Skip to content

Commit

Permalink
Run tests [full tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 30, 2024
1 parent c1a1213 commit e67dfee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,11 @@ jobs:
- name: Build
run: ninja
working-directory: build
- name: Run tests
timeout-minutes: 120 # TODO lower this
run: |
mkdir -p tmp && \
python3 -m pytest --verbose --numprocesses=auto \
--ignore=tests/test_code_conventions.py \
--ignore=tests/test_kat_all.py \
--ignore=tests/test_constant_time.py

0 comments on commit e67dfee

Please sign in to comment.