Skip to content

Commit

Permalink
check.sh: do not test prophecy
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Nov 6, 2023
1 parent 8e6175a commit 40d36dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ cd ${SCRIPTPATH}/examples/zigbee && cargo clippy --lib --target=wasm32-unknown-u
cd ${SCRIPTPATH} && cargo test --all-targets --workspace --features=vulkan,zeromq,audio,flow_scheduler,tpb_scheduler,soapy,lttng,zynq,wgpu -j 4
cd ${SCRIPTPATH}/crates/futuredsp && cargo test --all-targets
cd ${SCRIPTPATH}/crates/macros && cargo test --all-targets
cd ${SCRIPTPATH}/crates/prophecy && cargo test --all-targets
cd ${SCRIPTPATH}/crates/remote && cargo test --all-targets
cd ${SCRIPTPATH}/crates/types && cargo test --all-targets

Expand Down

0 comments on commit 40d36dc

Please sign in to comment.