Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Nov 2, 2024
1 parent d2914cd commit d330e71
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ jobs:
run: |
cd build
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
- name: Test Project
uses: threeal/ctest-action@v1.1.0
with:
build-config: ${{ matrix.config.BUILD_TYPE }}

# - name: Run tests
# shell: pwsh
# run: ctest --test-dir build/tests -C Release --output-on-failure --verbose
- name: Tests
run: ctest -C Release -VV --build-run-dir build/${{ matrix.config.BUILD_TYPE }}

0 comments on commit d330e71

Please sign in to comment.