Skip to content

Commit

Permalink
Add CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Jan 7, 2025
1 parent 9e22f2a commit 93a2b38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ jobs:
- name: Run tests
run: cargo test

pqc:
name: Run PQC tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run tests
run: cargo test --features backend-dilithium2,backend-dilithium3,backend-dilithium5

clippy:
name: Run clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93a2b38

Please sign in to comment.