Add blake lib support for feature aarch64

This commit is contained in:
2021-03-09 18:39:05 +01:00
parent 27f9ab6acc
commit 53286f535c
3 changed files with 35 additions and 8 deletions

View File

@@ -10,4 +10,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: |
cargo test --verbose
cargo test --verbose --no-default-features --features=aarch64