Skip to content

Commit

Permalink
[CI] [Rust] Adapt to new backend selection (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Dec 16, 2022
1 parent e0286fa commit 0e51ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ci/test-fiat-rust-curve25519-dalek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat >> Cargo.toml <<EOF
fiat-crypto = { path = "../fiat-rust" }
EOF

cargo test --features="std fiat_u64_backend" --no-default-features || exit $?
cargo test --features="std fiat_u32_backend" --no-default-features || exit $?
RUSTFLAGS='--cfg curve25519_dalek_backend="fiat" --cfg curve25519_dalek_bits="64"' cargo test || exit $?
RUSTFLAGS='--cfg curve25519_dalek_backend="fiat" --cfg curve25519_dalek_bits="32"' cargo test || exit $?

popd >/dev/null

0 comments on commit 0e51ce1

Please sign in to comment.