fix test action

This commit is contained in:
maximo tejeda 2024-02-08 14:55:06 -04:00
parent 525e71e50d
commit 983f119831

View File

@ -12,10 +12,12 @@ jobs:
- name: 'Checkout gitea action'
uses: actions/checkout@v3
- name: 'Run Tests'
- name: 'setup go'
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: 'Run Test'
run: |
export GOPATH="$HOME/go/"
export GOBIN=$PATH:GOPATH/bin