Skip to content

Commit d4c1b15

Browse files
committed
split ci
1 parent 1f2ace9 commit d4c1b15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ jobs:
4444
- name: '🚧 Cargo test'
4545
run: |
4646
cargo test
47+
48+
- name: '🚧 Test Building bindings feature'
49+
run: |
50+
cargo build --features env_logger,bindings
4751
4852
- name: '🚧 Build sample'
4953
run: |
50-
cargo build --release --example sample --features env_logger,bindings
54+
cargo build --release --example sample --features env_logger
5155
5256
- name: '🚧 AFLplusplus Checkout'
5357
uses: actions/checkout@v4

0 commit comments

Comments
 (0)