We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828c35 commit d542a0dCopy full SHA for d542a0d
.github/workflows/ci.yml
@@ -38,6 +38,11 @@ jobs:
38
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
39
if: matrix.rust == 'nightly'
40
- run: cargo test
41
+ - uses: actions/upload-artifact@v4
42
+ if: matrix.rust == 'nightly' && always()
43
+ with:
44
+ name: Cargo.lock
45
+ path: Cargo.lock
46
47
minimal:
48
name: Minimal versions
0 commit comments