Skip to content

Commit

Permalink
include pull requests && coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
abice committed Sep 4, 2021
1 parent a6bc84a commit f165515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build and test

on:
- push
- pull_request

jobs:
build:
Expand All @@ -28,6 +29,8 @@ jobs:
run: make build

- name: Test
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
make cover
if [[ -n "$COVERALLS_TOKEN" ]]; then
Expand Down

0 comments on commit f165515

Please sign in to comment.