Compare commits
1 commit
baa6c1568e
...
a8d97ce0b3
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d97ce0b3 |
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
|
||||
with:
|
||||
toolchain: nightly-2025-10-02
|
||||
targets: x86_64-unknown-none
|
||||
components: rustfmt, clippy, rust-src
|
||||
- name: Cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
|
|
@ -37,7 +38,7 @@ jobs:
|
|||
working-directory: rust
|
||||
- name: "Build"
|
||||
run: |
|
||||
cargo build --tests --locked
|
||||
cargo build --locked
|
||||
working-directory: rust
|
||||
- name: "Lint"
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue