Skip to content

Commit

Permalink
Disable tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rigtorp committed Sep 26, 2023
1 parent cfb3f3f commit a62309e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build-ubuntu:

runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v1
Expand All @@ -22,6 +23,7 @@ jobs:
build-macos:

runs-on: macOS-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v1
Expand All @@ -30,5 +32,5 @@ jobs:
cmake -E remove_directory build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror -O2"
cmake --build build
cd build
ctest --output-on-failure
#cd build
#ctest --output-on-failure

0 comments on commit a62309e

Please sign in to comment.