From d0618a02b141bb024e73a7ee2983732b0f067542 Mon Sep 17 00:00:00 2001 From: danbugs Date: Fri, 5 Jan 2024 10:13:55 -0800 Subject: [PATCH] fixing typo Signed-off-by: danbugs --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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