Skip to content

Commit

Permalink
Let's piggyback on Tool_Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
frawau committed Feb 19, 2024
1 parent 1d1a4df commit 8356389
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: (cd tools; make all)
- name: Run tools unit tests
run: (cd tools; make run_tests)
- name: Build swig extension and run simple test
run: (cd python; make test)

Unit_Tests:
runs-on: ubuntu-latest
Expand All @@ -28,12 +30,3 @@ jobs:
run: (cd test; make all)
- name: Run library unit tests
run: (cd test; make run)

Swig_Tests:
runs-on: ubuntu-latest
env:
MAKEFLAGS: "-j 2"
steps:
- uses: actions/checkout@v2
- name: Build extension and run simple test
run: (cd python; make test)

0 comments on commit 8356389

Please sign in to comment.