Skip to content

Commit

Permalink
Fix to select correct test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrock committed May 20, 2024
1 parent e1a0160 commit 76d247e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76d247e

Please sign in to comment.