Skip to content

Commit

Permalink
one last try
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 18, 2024
1 parent 3e12261 commit f832144
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
${{ matrix.shared.args }}
run-build: true
build-args: '--parallel 16'
- uses: threeal/[email protected]
with:
test-dir: build/test
args: '-C Release'
- task: CmdLine@2
inputs:
script: 'ctest.exe -T test -C Release'
workingDirectory: 'build'
## - uses: threeal/[email protected]
## with:
## test-dir: build/test
## args: '-C Release'

0 comments on commit f832144

Please sign in to comment.