From f076f946e2ecb4065c72469e9752a310ca438a13 Mon Sep 17 00:00:00 2001 From: apoorvsadana <95699312+apoorvsadana@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:34:15 +0530 Subject: [PATCH] uncomment cargo test --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e86ad0ac8..c662640b7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -47,7 +47,7 @@ jobs: cargo build --bin madara --profile dev export COVERAGE_BIN=$(realpath target/debug/madara) rm -f target/madara-* lcov.info - # cargo test --profile dev -- --test-threads=1 + cargo test --profile dev -- --test-threads=1 - name: Generate coverage info run: |