Skip to content

Commit

Permalink
disable tests on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Oct 30, 2023
1 parent 040a8d5 commit 971bdea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ jobs:
run: |
mkdir build && cd build
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DPDC_ENABLE_MPI=ON -DCMAKE_C_COMPILER=mpicc
make -j2
- name: Test PDC
working-directory: build
run: |
export HG_TRANSPORT="sockets"
ctest -L serial
make -j 2
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Ubuntu

on:
# push:
# branches: [ stable ]
pull_request:
branches: [ stable, develop ]

Expand Down

0 comments on commit 971bdea

Please sign in to comment.