We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b5e04 commit 34f05ceCopy full SHA for 34f05ce
.github/workflows/test-linux.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Build
21
run: make build-ci -j2 V=1
22
- name: Test
23
- run: make run-ci -j2 V=1
+ run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
.github/workflows/test-macos.yml
run: make build-ci -j8 V=1
- run: make run-ci -j8 V=1
+ run: make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"
0 commit comments