Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed May 4, 2024
1 parent 1bb2fbc commit f1d2649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
go get -v -t -d ./...
- name: Run Tests with Race checks
run: go test -v -timeout 300s -race ./...

- name: Run Tests
run: go test -v -timeout 300s -covermode atomic -coverprofile=covprofile ./...

Expand Down

0 comments on commit f1d2649

Please sign in to comment.