Skip to content

Commit

Permalink
github/workflows: use make to get more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf committed Aug 14, 2024
1 parent ddb799e commit 1460687
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ jobs:
version: v1.56.2
skip-cache: true

- name: install tern
run: go install github.com/jackc/tern@latest

- name: Run unit tests
run: go test -v -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=./... ./...
run: make unit-tests

# disabled as 'pinging codecov' hangs
# see https://github.com/codecov/feedback/issues/354
Expand Down

0 comments on commit 1460687

Please sign in to comment.