Skip to content

Commit

Permalink
testing: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Nov 28, 2023
1 parent d32fdcb commit 2a7153c
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 @@ -51,7 +51,7 @@ jobs:
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/testing/..."
args: "-race;-tags='testing';-timeout=30m;-count=100;-run='^TestParallelDownload$'"
args: "-race;-tags=testing;-timeout=30m;-count=100;-run=^TestParallelDownload$"
# - name: Test Integration - MySQL
# if: matrix.os == 'ubuntu-latest'
# uses: n8maninger/action-golang-test@v1
Expand Down

0 comments on commit 2a7153c

Please sign in to comment.