Skip to content

Commit 021e19b

Browse files
committed
fixup! py(ci): Move test execution to go-task
1 parent 277d651 commit 021e19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-self.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Check Self
4343
env:
4444
GL_TESTING_IGNORE_HASH: 1
45-
PATH: /tmp/bin:${{ PATH }}
45+
PATH: /tmp/bin:{{ .PATH }}
46+
PYTEST_OPTS: -n 6
4647
run : |
4748
PYTEST_OPTS='-n 8' task clientpy:check

0 commit comments

Comments
 (0)