Skip to content

Commit

Permalink
Update build-n-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschnepp committed Jul 4, 2023
1 parent 5d2a9b8 commit e88ef1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:

- name: Setup the mock hostname
run: echo "127.0.0.1 testing.acme.com" | sudo tee -a /etc/hosts

- name: Compute coverage
run: cover -test -report coveralls

- name: Testing
run: make test

0 comments on commit e88ef1f

Please sign in to comment.