diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d32e68..4f770dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,6 @@ jobs: - name: Build run: make -C build -j `nproc` - name: Test - run: ctest build/test/bash + run: | + pwd + ctest ./build/test/bash