Skip to content

Commit

Permalink
Moves tests one step higher?
Browse files Browse the repository at this point in the history
  • Loading branch information
web3coach committed Jun 5, 2021
1 parent 4e21f0d commit 04aeb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
- name: Run tests
run: go test -v -p=1 -timeout=0 ./...
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 04aeb9a

Please sign in to comment.