From b0f0dd78e3adf67c396b0e5f476c7ac27a76c127 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Tue, 23 Jul 2024 13:33:52 -0400 Subject: [PATCH] see if just tests actually pass --- .github/workflows/coverage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cd3a68511a..c39dfbef2c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -63,6 +63,9 @@ jobs: if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile + - name: Test + run: cargo test --lib --all --locked + - name: Generate coverage report # Follow the `test-release`command in the Makefile # but without release mode to avoid long build times