Skip to content

Commit

Permalink
remove blake2 from test_features.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Aug 2, 2019
1 parent 9987a8b commit fa4f104
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_features.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
cd md5 && cargo test --features asm && cd .. &&
cd sha1 && cargo test --features asm && cd .. &&
cd whirlpool && cargo test --features asm && cd .. &&
cd blake2 && cargo test --features simd &&
cargo test --features simd_opt &&
cargo test --features simd_asm

0 comments on commit fa4f104

Please sign in to comment.