CI: Adds a test with latest dependency versions

pull/676/head
Tpt 10 months ago committed by Thomas Tanon
parent 48174cac12
commit 99c3a4cce4
  1. 11
      .github/workflows/tests.yml

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

Loading…
Cancel
Save