We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6775e32 commit 0dcd54fCopy full SHA for 0dcd54f
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions-rs/cargo@v1
59
with:
60
command: test
61
- args: --examples --no-default-features
+ args: --no-default-features --example 2d_* --example split
62
- name: Run cargo test for docs
63
64
0 commit comments