Skip to content

Commit 4a77754

Browse files
committed
rs: replace all features test by use_bindgen test
1 parent c78f88a commit 4a77754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: test
3838
run: env ${{ matrix.rust.env }} ./capstone-rs/ci/test.sh
3939

40-
- name: test (all features)
41-
run: env ${{ matrix.rust.env }} ALL_FEATURES=1 ./capstone-rs/ci/test.sh
40+
- name: test (with bindgen)
41+
run: env ${{ matrix.rust.env }} FEATURES="use_bindgen" ./capstone-rs/ci/test.sh
4242

4343
- name: test (only enable x86 and arm64)
4444
run: env ${{ matrix.rust.env }} FEATURES=std,full,arch_x86,arch_arm64 NO_DEFAULT_FEATURES=1 ./capstone-rs/ci/test.sh

0 commit comments

Comments
 (0)