Skip to content

Commit

Permalink
Merge pull request #7 from fortio/optional_deps
Browse files Browse the repository at this point in the history
add an optional make dependencies step
  • Loading branch information
ldemailly authored Mar 22, 2024
2 parents 6b69389 + fb80eed commit 4683acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
go-version: '1.21'
check-latest: true
- name: Optional init
run: make dependencies || true # Used in fortio for instance to prep for go tests
- name: Run test coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4683acc

Please sign in to comment.