Upload CI Cargo.lock for reproducing failures

This commit is contained in:
David Tolnay
2024-08-25 12:12:25 -07:00
parent 30752ac4ff
commit 3aca38d2d3
+5
View File
@@ -21,6 +21,11 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cd test_suite && cargo test --features unstable
- uses: actions/upload-artifact@v4
if: always()
with:
name: Cargo.lock
path: Cargo.lock
windows:
name: Test suite (windows)