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 e1a0160 commit 76d247eCopy full SHA for 76d247e
.github/workflows/ci.yml
@@ -38,6 +38,4 @@ jobs:
38
- name: Build
39
run: make -C build -j `nproc`
40
- name: Test
41
- run: |
42
- pwd
43
- ctest ./build/test/bash
+ run: ctest --test-dir ./build/test/bash
0 commit comments