Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psihachina committed Sep 11, 2022
1 parent 212df5a commit d737508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ssh-keygen -q -f ~/.ssh/id_rsa

- name: Test
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
run: go test -v ./... -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit d737508

Please sign in to comment.