Skip to content

Commit

Permalink
add audio and webcam features to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 12, 2024
1 parent baf5241 commit 841a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
- name: Build
run: cargo build --verbose
run: cargo build --verbose --features "audio,webcam"
- name: Run interpreter tests
run: cargo test --lib
- name: Check feature combinations
Expand Down

0 comments on commit 841a9c4

Please sign in to comment.