Skip to content

Commit

Permalink
ci: fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Feb 29, 2024
1 parent 611d712 commit 1a49cbe
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 @@ -46,7 +46,7 @@ jobs:
- name: Test
uses: n8maninger/action-golang-test@v1
with:
args: "-race;-short;-run=^TestUploadPackedSlab$;count=100"
args: "-race;-short;-run=^TestUploadPackedSlab$;-count=100"
# - name: Test Stores - MySQL
# if: matrix.os == 'ubuntu-latest'
# uses: n8maninger/action-golang-test@v1
Expand Down

0 comments on commit 1a49cbe

Please sign in to comment.