Skip to content

Commit

Permalink
added line to only run ctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Jun 24, 2024
1 parent bbf79dd commit aa27f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
export ISISTESTDATA=${GITHUB_WORKSPACE}/isis_testData
export ISISROOT=${GITHUB_WORKSPACE}/build/
export PATH=$PATH:${GITHUB_WORKSPACE}/build/bin/
ctest -VV
ctest -R '.' -E '(_app_|_unit_|_module_)' -j 8 --output-on-failure --timeout 10000

0 comments on commit aa27f5a

Please sign in to comment.