Skip to content

Commit

Permalink
ci: run our own ctests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 11, 2023
1 parent 04ee88b commit cdbc361
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ jobs:
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0

- name: Configure with CMake, Build with Makefiles, Run CTest
- name: Configure with CMake, Build with Makefiles
uses: threeal/[email protected]
with:
source-dir: packages/atclient
build-dir: packages/atclient/build
generator: Unix Makefiles
run-build: true
run-test: true
run-test: false

- name: Run CTest
working-directory: packages/atclient/build/tests
run: |
ctest -V --output-on-failure

0 comments on commit cdbc361

Please sign in to comment.