diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bfb37d9..673e175 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # Tests (reuses compilation artifacts from clippy) - name: Tests (core + agent) - run: cargo test -p compliance-core -p compliance-agent + run: cargo test -p compliance-core -p compliance-agent --lib - name: Tests (dashboard server) run: cargo test -p compliance-dashboard --features server --no-default-features - name: Tests (dashboard web)