Skip to content

Commit

Permalink
Add MISC tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmithTT committed Nov 12, 2024
1 parent 85a7ecf commit e9a582b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ jobs:
- name: Run API tests
run: |
${{ env.TEST_OUTPUT_DIR }}/umd/api/api_tests
- name: Run MISC tests
run: |
${{ env.TEST_OUTPUT_DIR }}/umd/misc/umd_misc_tests

0 comments on commit e9a582b

Please sign in to comment.