From 99c3a4cce40c9bb4c256cbd4e68a6bcaed4e82df Mon Sep 17 00:00:00 2001 From: Tpt Date: Tue, 21 Nov 2023 21:20:13 +0100 Subject: [PATCH] CI: Adds a test with latest dependency versions --- .github/workflows/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 236764bf..139e3172 100644 --- a/.github/workflows/tests.yml +++ b/.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: