Skip to content

Commit

Permalink
Add in Aggregate test case to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Aug 13, 2024
1 parent 59d13e8 commit fe57ea6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@ jobs:
if: success() || failure()
run: |
make compare test print
- name: Run Aggregate
if: success() || failure()
run: |
make aggregate test print

0 comments on commit fe57ea6

Please sign in to comment.