ci, gha: Run "SageMath prover" job on GitHub Actions
This commit is contained in:
parent
8d2960c8e2
commit
c8d9914fb1
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user