Skip to content

Commit

Permalink
Ensure Integration Tests run with Github Actions (#935)
Browse files Browse the repository at this point in the history
These have been "skipped" since PR #476 was merged due to the lack of
setting the `INTEGRATION` environment variable prior to running the test.
  • Loading branch information
evantorrie committed Aug 4, 2021
1 parent 859ea23 commit 3dbb301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
fetch-depth: 0
- run: mkdir -p $TEST_RESULTS
- name: Integration test ${{ matrix.target }}
env:
INTEGRATION: ${{ matrix.target }}
run: |
make ${{ matrix.target }}
find . -name 'coverage.html' > "${TEST_RESULTS}/coverage.lst"
Expand Down

0 comments on commit 3dbb301

Please sign in to comment.