Skip to content

Commit

Permalink
ci: add RUST_LOG env var for manual ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Nov 1, 2024
1 parent 9b33d0a commit 225e58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
merge_group:
push:
branches: [main]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -57,6 +58,9 @@ jobs:
with:
cache-on-failure: true

- name: Set RUST_LOG
run: echo "RUST_LOG=${{ github.event.inputs.RUST_LOG }}" >> $GITHUB_ENV

- name: Run tests with coverage
run: |
cargo llvm-cov --workspace --locked nextest --profile ci --lcov --output-path lcov.info
Expand Down

0 comments on commit 225e58f

Please sign in to comment.