Skip to content

Commit

Permalink
ci, gha: Run "SageMath prover" job on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 14, 2023
1 parent 8d2960c commit c8d9914
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,19 @@ jobs:
build\src\RelWithDebInfo\bench_ecmult.exe
build\src\RelWithDebInfo\bench_internal.exe
build\src\RelWithDebInfo\bench.exe
sage:
name: "SageMath prover"
runs-on: ubuntu-latest
container:
image: sagemath/sagemath:latest
options: --user root

steps:
- name: Checkout
uses: actions/checkout@v3

- name: CI script
run: |
cd sage
sage prove_group_implementations.sage

0 comments on commit c8d9914

Please sign in to comment.