Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Jan 5, 2024
1 parent d0618a0 commit 1f5f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# We need `--test-threads=1` due to a Diesel/postgres bug
- name: Run tests and get coverage
run: |
cargo test --package smithe_lib --lib -- --exact --nocapture --test-threads=1
cargo test --package smithe_lib --lib -- --exact --nocapture
# cargo llvm-cov clean --workspace
# cargo llvm-cov --no-report --package smithe_lib --lib -- --exact --nocapture --test-threads=1
# cargo llvm-cov report --lcov --output-path ./coverage.lcov
Expand Down

0 comments on commit 1f5f7e2

Please sign in to comment.