ci: remove tests, redundant with coverage
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 23m24s

This commit is contained in:
2026-03-14 01:03:03 +01:00
parent a560fc14de
commit ec74e036e7

View File

@@ -40,10 +40,6 @@ jobs:
run: |
nix develop --no-pure-eval --accept-flake-config --command just build-release
- name: Tests
run: |
nix develop --no-pure-eval --accept-flake-config --command just test
- name: Coverage
run: |
nix develop --no-pure-eval --accept-flake-config --command just coverage-ci