Skip to content

Commit

Permalink
fixing unit test command
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingcodr committed Aug 15, 2021
1 parent f68e0d4 commit 3c2fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Tests
run: make test-unit
run: make run-unit-tests
- name: Update code coverage
run: bash <(curl -s https://codecov.io/bash)
- name: Build
Expand Down

0 comments on commit 3c2fa85

Please sign in to comment.