Skip to content

Commit 1bcb1af

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ matrix:
2828
- env: NAME=features-test
2929
rust: nightly
3030
script: ./test_features.sh
31+
- env: NAME=test-aarch64
32+
arch: arm64
33+
rust: nightly
34+
script:
35+
- cd sha1
36+
- cargo test --verbose --release --features asm
37+
- cargo bench --verbose
38+
- cargo bench --verbose --features asm
39+
- cd ../sha2
40+
- cargo test --verbose --release --features asm
41+
- cargo bench --verbose
42+
- cargo bench --verbose --features asm
3143

3244
install:
3345
- cargo install cross || true

0 commit comments

Comments
 (0)