Skip to content

Commit 90bda25

Browse files
avhzavhz
authored andcommitted
ci: update workflows
1 parent 3dab488 commit 90bda25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo_test_doctests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
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

.github/workflows/cargo_test_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
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

.github/workflows/cargo_test_library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
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

0 commit comments

Comments
 (0)