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