diff --git a/.github/workflows/branchpush.yml b/.github/workflows/branchpush.yml index 32595190..693fe3eb 100644 --- a/.github/workflows/branchpush.yml +++ b/.github/workflows/branchpush.yml @@ -92,4 +92,4 @@ jobs: - name: Run tests run: | cd build-static - ctest -C Release -E grpc --output-on-failure + ctest -C Release --output-on-failure diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 065cbb39..981bc427 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -50,4 +50,4 @@ jobs: - name: Run tests run: | cd build-static - ctest -C Debug -E grpc --output-on-failure \ No newline at end of file + ctest -C Debug --output-on-failure