ci: remove tests, redundant with coverage
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 23m24s
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 23m24s
This commit is contained in:
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user