Skip to content

Commit

Permalink
Troubleshoot failing to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrock committed May 20, 2024
1 parent a4452b1 commit e1a0160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e1a0160

Please sign in to comment.