Skip to content

Commit

Permalink
Merge pull request #11 from alphal00p/gammaloop_CI_restructuring
Browse files Browse the repository at this point in the history
gammaLoop CI restructuring
  • Loading branch information
ValentinHirschi authored Mar 22, 2024
2 parents 507082c + 5e99744 commit b7f0f34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gamma_loop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
./bin/compile_lib.sh --release
- name: Run code checks
run: |
SYMBOLICA_LICENSE=`base64 -d <<< "ZTNmODM0MWQtNDAyZC01MjJkLTg3ZmEtNjQxNTMxOTkxNWEz"` ./bin/run_tests.sh python -m "codecheck"
source `./bin/gammaloop -show_venv`
./bin/run_tests.sh python -m "codecheck"
- name: Run python tests
run: |
SYMBOLICA_LICENSE=`base64 -d <<< "ZTNmODM0MWQtNDAyZC01MjJkLTg3ZmEtNjQxNTMxOTkxNWEz"` ./bin/run_tests.sh python -m "not drawing"
source `./bin/gammaloop -show_venv`
./bin/run_tests.sh python -m "not drawing"
- name: Run native rust tests
run: |
SYMBOLICA_LICENSE=`base64 -d <<< "ZTNmODM0MWQtNDAyZC01MjJkLTg3ZmEtNjQxNTMxOTkxNWEz"` ./bin/run_tests.sh rust
source `./bin/gammaloop -show_venv`
./bin/run_tests.sh rust

0 comments on commit b7f0f34

Please sign in to comment.