File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 # TEST THE LIBRARY
2727 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2828 - name : Run doc tests.
29- run : cargo test --doc --verbose --all-features --all-targets -- no-fail-fast
29+ run : cargo test --doc --verbose --all-features --no-fail-fast
Original file line number Diff line number Diff line change 2626 # TEST THE LIBRARY
2727 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2828 - name : Run examples.
29- run : cargo test --examples --verbose --all-features --all-targets -- no-fail-fast
29+ run : cargo test --examples --verbose --all-features --no-fail-fast
Original file line number Diff line number Diff line change 2626 # TEST THE LIBRARY
2727 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2828 - name : Run unit tests.
29- run : cargo test --lib -- verbose --all-features --all-targets --no-fail-fast
29+ run : cargo test --verbose --all-features --all-targets --no-fail-fast
You can’t perform that action at this time.
0 commit comments