Skip to content

Commit 8737a0f

Browse files
committed
Add an AArch64 worker to the CI
1 parent bf0bc74 commit 8737a0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ matrix:
2828
- env: NAME=features-test
2929
rust: nightly
3030
script: ./test_features.sh
31+
- env: NAME=test-aarch64
32+
arch: arm64
33+
rust: stable
34+
script:
35+
- cargo test --verbose --release --features asm --package sha-1 --package sha2
36+
- cargo bench --verbose --package sha-1 --package sha2
37+
- cargo bench --verbose --features asm --package sha-1 --package sha2
3138

3239
install:
3340
- cargo install cross || true

0 commit comments

Comments
 (0)