Skip to content

Commit

Permalink
Add numerical reference tests to windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Apr 1, 2024
1 parent 59806c0 commit 882aabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 882aabd

Please sign in to comment.