+4
-4
.tangled/workflows/test.yml
+4
-4
.tangled/workflows/test.yml
···
14
14
command: rustup toolchain install nightly
15
15
- name: Clippy (Nightly)
16
16
command: cargo +nightly clippy --locked --workspace --all-features --all-targets -- -Dwarnings
17
-
- name: Tests
18
-
command: |
19
-
cargo test --workspace
20
-
cargo +nightly test --workspace
17
+
- name: Stable Tests
18
+
command: cargo test --workspace
19
+
- name: Nightly Tests
20
+
command: cargo +nightly test --workspace
History
2 rounds
0 comments
1 commit
expand
collapse
chore: Add nightly toolchain for testing
2/2 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
chore: Add nightly toolchain for testing