|
|
|
@ -128,6 +128,17 @@ jobs: |
|
|
|
|
- run: rm Cargo.lock && cargo +nightly update -Z direct-minimal-versions |
|
|
|
|
- run: cargo test |
|
|
|
|
|
|
|
|
|
test_linux_latest: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
with: |
|
|
|
|
submodules: true |
|
|
|
|
- run: rustup update |
|
|
|
|
- uses: Swatinem/rust-cache@v2 |
|
|
|
|
- run: rm Cargo.lock && cargo update |
|
|
|
|
- run: cargo test |
|
|
|
|
|
|
|
|
|
test_linux_address_sanitizer: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|