Thanks to visit codestin.com Credit goes to github.com
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 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