Skip to content

Commit

Permalink
Add unit tests to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Oct 11, 2021
1 parent 3e2e851 commit c660041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
- name: Build Pioneer Data
run: make -C build build-data

- name: Run Tests
run: ./build/unittest

- name: Build Release
run: ./scripts/build-travis.sh

Expand Down Expand Up @@ -164,5 +167,8 @@ jobs:
- name: Build Pioneer Data
run: make -C build build-data

- name: Run Tests
run: ./build/unittest

- name: Build Release
run: ./scripts/build-travis.sh

0 comments on commit c660041

Please sign in to comment.