Skip to content

Commit

Permalink
Rust: Add GH Action test to detect no_std compilation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 1, 2023
1 parent ce6fe2a commit 3aa0072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: (cd fiat-rust; cargo build --verbose)
- name: cargo test
run: (cd fiat-rust; cargo test --verbose)
- name: cargo test (no_std)
run: (cd fiat-rust; cargo test --no-default-features --verbose)
- name: curve25519-dalek test
run: etc/ci/test-fiat-rust-curve25519-dalek.sh
- name: crate-crypto/Ed448-Goldilocks test
Expand Down

0 comments on commit 3aa0072

Please sign in to comment.