Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Acetolyne committed Jan 3, 2024
1 parent 0aff700 commit 1236791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
- name: build-script
run: |
cd ${{ github.workspace }}
which go
sh -e /home/runner/go test -v *.go
/opt/hostedtoolcache/go/1.20.0/x64/bin/go test -v *.go
if [ `echo $?` -ne 0 ]; then exit 1; fi

0 comments on commit 1236791

Please sign in to comment.