Skip to content

Commit 76d247e

Browse files
committed
Fix to select correct test dir
1 parent e1a0160 commit 76d247e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
- name: Build
3939
run: make -C build -j `nproc`
4040
- name: Test
41-
run: |
42-
pwd
43-
ctest ./build/test/bash
41+
run: ctest --test-dir ./build/test/bash

0 commit comments

Comments
 (0)