diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4f0d997..e0eedf8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 --test-threads=1 # 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