diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index c7800d53..74a13b7e 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -26,4 +26,4 @@ runs: uses: devcontainers/ci@v0.3 with: runCmd: | - inv test --pytest-args="-n auto" \ No newline at end of file + make test \ No newline at end of file