Skip to content

Commit

Permalink
tests shouldn't take this long
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Nov 16, 2023
1 parent 6277fa8 commit cb7ffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test
# -count=2 ensures that test fixtures cleanup after themselves
# because any leftover state will generally cause the second run to fail.
run: go test -shuffle=on -count=2 -race -cover -v ./...
run: go test -shuffle=on -count=2 -race -cover -v -timeout=5m ./...

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb7ffd3

Please sign in to comment.