Skip to content

Commit

Permalink
update test CI (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed May 5, 2024
1 parent 84d5c10 commit 10aa4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
go get -v -t -d .
- name: Run Tests with Race checks
run: go test -v -timeout 300s -race ./...
- name: Run Benchmarks
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
go get -v -t -d .
- name: Run Tests
run: go test -v -timeout 300s -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls
Expand Down

0 comments on commit 10aa4f9

Please sign in to comment.