Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 11, 2024
1 parent 30b5ae8 commit f812fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: make bin bin/simple bin/minimal
working-directory: tests/go-tests
- name: Run tests
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... --timeout=30m
run: go test -v ./... -coverprofile=coverage.out -coverpkg=./... --timeout=30m
working-directory: rvgo
- name: Fuzz
run: make fuzz
Expand Down

0 comments on commit f812fd3

Please sign in to comment.