Skip to content

Commit

Permalink
Clean up build-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Jan 31, 2023
1 parent 4c37059 commit 82d408f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,4 @@ jobs:
shell: bash -l {0}
run: |
cd build
# exclude green_spherical_diffuse test
ctest -C $BUILD_TYPE -E green_spherical_diffuse --output-on-failure --verbose
# run green_spherical_diffuse test
./bin/unit_tests "[green_spherical_diffuse]" --success
ctest -C $BUILD_TYPE --output-on-failure --verbose

0 comments on commit 82d408f

Please sign in to comment.