Skip to content

Commit c8d9914

Browse files
committed
ci, gha: Run "SageMath prover" job on GitHub Actions
1 parent 8d2960c commit c8d9914

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

+16
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,19 @@ jobs:
3737
build\src\RelWithDebInfo\bench_ecmult.exe
3838
build\src\RelWithDebInfo\bench_internal.exe
3939
build\src\RelWithDebInfo\bench.exe
40+
41+
sage:
42+
name: "SageMath prover"
43+
runs-on: ubuntu-latest
44+
container:
45+
image: sagemath/sagemath:latest
46+
options: --user root
47+
48+
steps:
49+
- name: Checkout
50+
uses: actions/checkout@v3
51+
52+
- name: CI script
53+
run: |
54+
cd sage
55+
sage prove_group_implementations.sage

0 commit comments

Comments
 (0)