diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index f8c222f5d7..b6a9327678 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -235,7 +235,7 @@ jobs: - name: Test opensim-core run: | chdir $env:GITHUB_WORKSPACE\\build - ctest --parallel 4 --output-on-failure --build-config Release -E Java_* + ctest --parallel 4 --output-on-failure --build-config Release - name: Install opensim-core # TODO: This is where we wish to do the installing, but it's done above for now. @@ -343,7 +343,7 @@ jobs: - name: Test opensim-core run: | chdir $env:GITHUB_WORKSPACE\\build - ctest --parallel 4 --output-on-failure --build-config Release -E Java_* + ctest --parallel 4 --output-on-failure --build-config Release - name: Install opensim-core # TODO: This is where we wish to do the installing, but it's done above for now.