Skip to content

Commit

Permalink
add: basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Jan 18, 2022
1 parent e3f332e commit 19ac60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build
run: go build -v .

- name: Test
run: go test -coverprofile="coverage.txt" -covermode=atomic -p 1 .
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage to Codecov
if: success() && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 19ac60c

Please sign in to comment.