fix: rust.yml
This commit is contained in:
parent
be383ec768
commit
e31e982b00
1 changed files with 0 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -49,8 +49,6 @@ jobs:
|
|||
- run: cargo check
|
||||
- run: cargo test
|
||||
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly'
|
||||
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs && diff tests/lib.expand.rs expand.rs
|
||||
if: startsWith(matrix.rust, 'nightly')
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && always()
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue