Skip to content

Commit

Permalink
Specific CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Oct 9, 2024
1 parent cff7a93 commit a26e103
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ jobs:
- name: "Check parts"
run: |
cd ${REPO}
make check MOD=fq_default
make check MOD=fq_default_poly
make check MOD=fq_default_poly ARGS=fq_default_poly_init
make check MOD=fq_default_poly ARGS=fq_default_poly_inlines
make check MOD=fq_default_poly ARGS=fq_default_poly_set_fmpz_poly
make check MOD=fq_default_poly ARGS=fq_default_poly_evaluate

0 comments on commit a26e103

Please sign in to comment.