Skip to content

Commit

Permalink
feat CI: test only build on MacOS
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:8442e33a93f0276326241e875b92e29eb4e46681
  • Loading branch information
apolukhin committed Oct 30, 2024
1 parent 5c83a63 commit 9c97751
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
macos:
name: MacOS
name: MacOS (build only)
runs-on: macos-latest
env:
CMAKE_FLAGS: >-
Expand Down Expand Up @@ -54,8 +54,3 @@ jobs:
run: |
cd build_debug
make -j$(nproc) -k
- name: Test
run: |
cd build_debug
ctest -V

0 comments on commit 9c97751

Please sign in to comment.