mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
tests workflow: add timeout
some of the tests can fail in really bad, slow ways. make sure we don't spin our wheels waiting for a failed test to never fail.
This commit is contained in:
parent
66fe3c9738
commit
0ed19ad6c5
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -23,4 +23,4 @@ jobs:
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Test with the Go CLI
|
||||
run: go test -v ./...
|
||||
run: go test -timeout 10s -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user