From 02fc7221339eb87c685f395a20d58b52969d3567 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Fri, 30 Aug 2024 14:35:31 +0200 Subject: [PATCH] chore: update action.yml --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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