diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index d9722f9..78cf048 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -116,7 +116,7 @@ jobs: - name: Test with pytest run: | - make tests + make test ############################ Bandit ################################ bandit: