From 75d6069da23794074db54ff479f1aa6b289cde82 Mon Sep 17 00:00:00 2001 From: apoorvsadana <95699312+apoorvsadana@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:03:49 +0530 Subject: [PATCH] show logs --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b841c16b..02561c01 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,7 +4,7 @@ on: pull_request_target: branches: - main - types: [opened, synchronize, reopened] + types: [ opened, synchronize, reopened ] push: branches-ignore: - main @@ -74,7 +74,7 @@ jobs: - name: Run llvm-cov tests env: ETHEREUM_BLAST_RPC_URL: ${{ secrets.ETHEREUM_BLAST_RPC_URL }} - run: cargo llvm-cov nextest --release --lcov --output-path lcov.info --test-threads=1 + run: RUST_LOG=debug RUST_BACKTRACE=1 cargo llvm-cov nextest --release --lcov --output-path lcov.info --test-threads=1 - name: Coveralls uses: coverallsapp/github-action@v2