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