A pit full of rusty nails

chore: Add nightly toolchain for testing #5

merged opened by sachy.dev targeting main from nightly-ci
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:usjm3ynnir6y4inkcdovrfei/sh.tangled.repo.pull/3m7wzi2kmpn22
+8 -5
Diff #0
+8 -5
.tangled/workflows/test.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - clang 10 - - cargo 11 - - clippy 10 + - rustup 12 11 13 12 steps: 14 - - name: Clippy 15 - command: cargo clippy --locked --workspace --all-features --all-targets -- -Dwarnings 13 + - name: Get Toolchains 14 + command: rustup toolchain install nightly 15 + - name: Clippy (Nightly) 16 + command: cargo +nightly clippy --locked --workspace --all-features --all-targets -- -Dwarnings 16 17 - name: Tests 17 - command: cargo test --workspace 18 + command: | 19 + cargo test --workspace 20 + cargo +nightly test --workspace

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
chore: Add nightly toolchain for testing
2/2 success
expand
expand 0 comments
pull request successfully merged
sachy.dev submitted #0
1 commit
expand
chore: Add nightly toolchain for testing
2/2 success
expand
expand 0 comments