We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd9fe commit 01f87d8Copy full SHA for 01f87d8
.github/workflows/main.yml
@@ -40,5 +40,5 @@ jobs:
40
- name: test (all features)
41
run: env ${{ matrix.rust.env }} ALL_FEATURES=1 ./capstone-rs/ci/test.sh
42
43
- - name: test (only enable x86 and arm64)
44
- run: env ${{ matrix.rust.env }} FEATURES=full,arch_x86,arch_arm64 NO_DEFAULT_FEATURES=1 ./capstone-rs/ci/test.sh
+ - name: test (only enable x86 and aarch64)
+ run: env ${{ matrix.rust.env }} FEATURES=full,arch_x86,arch_aarch64 NO_DEFAULT_FEATURES=1 ./capstone-rs/ci/test.sh
0 commit comments