Skip to content

Commit

Permalink
Try build config that matches test directory structure in build space.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 25, 2024
1 parent b26ade8 commit 9420e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
## This generates errors because test executables are not found in the
## build/test/Release directory where it is looking for them.
## Many attempts to set the correct test directory failed...
## - uses: threeal/[email protected]
## with:
- uses: threeal/[email protected]
with:
## test-dir: build/test/Release/..
## build-config: Release
build-config: Debug
### args: '-C Release'
## ====================================
## Attempt to run tests by invoking ctest manually.
Expand Down

0 comments on commit 9420e29

Please sign in to comment.