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 69a1b95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: build and test

on:
- push
push:
branches:
- master
pull_request:

jobs:
build:
Expand All @@ -28,6 +31,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 69a1b95

Please sign in to comment.