fix: rust.yml

This commit is contained in:
Noa Aarts 2024-10-05 16:31:17 +02:00
parent be383ec768
commit e31e982b00
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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: