diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d08355264..1109df894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,10 @@ jobs: .\cadet-cli.exe --version .\createLWE.exe .\cadet-cli.exe LWE.h5 + - name: Check numerical reference tests + run: | + cd "${env:BUILD_DIR}\test" + .\testRunner.exe [Reference] - name: Upload Artifacts uses: actions/upload-artifact@v4 with: