Skip to content

Commit 288f6ed

Browse files
committed
fix test workflow
1 parent 841d9b9 commit 288f6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: n8maninger/action-golang-test@v2
2222
with:
23-
args: "-race;-timeout=30m"
23+
args: "-timeout=30m"

0 commit comments

Comments
 (0)