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 47e09eb commit 0f94826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: build-script
run: |
cd ${{ github.workspace }}
sh -e /home/runner/go test *.go
sh -e /home/runner/go test -v *.go
if [ `echo $?` -ne 0 ]; then exit 1; fi

0 comments on commit 0f94826

Please sign in to comment.