We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1790fb commit 20f3e9dCopy full SHA for 20f3e9d
.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