Skip to content

Commit

Permalink
Add -C release for ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 23, 2024
1 parent 31592ae commit e68cf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Baseline Test
working-directory: ./baseline/build
run: ctest -E Basement -R integration -j 3 # TODO: Speed up basement so we don't have to skip it.
run: ctest -C Release -E Basement -R integration -j 3 # TODO: Speed up basement so we don't have to skip it.

# BUILD AND TEST EVERYTHING ON THE CURRENT BRANCH

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Branch Test
working-directory: ./branch/build
run: ctest -E Basement -j 3
run: ctest -C Release -E Basement -j 3
continue-on-error: true # allow unit tests to fail but still try to run regressions next

- name: Install Regression Tool
Expand Down

0 comments on commit e68cf8d

Please sign in to comment.