Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Oct 12, 2023
1 parent 894835d commit e9f47bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Configure CMake
run: cmake -DCI=1 -B ${{github.workspace}}/build
- name: Test regxmllibc
run: ctest
run: ctest --test-dir ${{github.workspace}}/build

0 comments on commit e9f47bc

Please sign in to comment.