Skip to content

Commit 0dcd54f

Browse files
committed
Updated CI
1 parent 6775e32 commit 0dcd54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions-rs/cargo@v1
5959
with:
6060
command: test
61-
args: --examples --no-default-features
61+
args: --no-default-features --example 2d_* --example split
6262
- name: Run cargo test for docs
6363
uses: actions-rs/cargo@v1
6464
with:

0 commit comments

Comments
 (0)