diff --git a/tests/config.yaml b/tests/config.yaml index 192c6a6..6053349 100644 --- a/tests/config.yaml +++ b/tests/config.yaml @@ -45,6 +45,10 @@ tests: script: test-nb-CohP1.sh timeout: 300 after: HomalgProject.jl +- name: TiltingEquivalence.ipynb + script: test-nb-tilteq.sh + timeout: 300 + after: HomalgProject.jl - name: Hecke.ipynb script: test-nb-Hecke.sh timeout: 300 diff --git a/tests/test-nb-tilteq.sh b/tests/test-nb-tilteq.sh new file mode 100755 index 0000000..07b0a56 --- /dev/null +++ b/tests/test-nb-tilteq.sh @@ -0,0 +1,3 @@ +#!/bin/bash +set -e +meta/check-julia-notebook notebooks-homalg/TiltingEquivalence.ipynb