We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51095c9 commit 80de735Copy full SHA for 80de735
.github/workflows/cmakeMac.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Build
52
# Build your program with the given configuration
53
- run: cmake --build ${{github.workspace}}/build --target LBL_Test NASOQ_Test NASOQ_Step_Test LBLSOMOD_Test
+ run: cmake --build ${{github.workspace}}/build --target LBL_Test NASOQ_Test NASOQ_Step_Test LBLSOMOD_Test NASOQ_Catch2_Tests
54
55
- name: run test 1
56
run: |
0 commit comments