Skip to content

Commit 971bdea

Browse files
committed
disable tests on MacOS
1 parent 040a8d5 commit 971bdea

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Diff for: .github/workflows/macos.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ jobs:
2222
run: |
2323
mkdir build && cd build
2424
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DPDC_ENABLE_MPI=ON -DCMAKE_C_COMPILER=mpicc
25-
make -j2
26-
27-
- name: Test PDC
28-
working-directory: build
29-
run: |
30-
export HG_TRANSPORT="sockets"
31-
ctest -L serial
25+
make -j 2

Diff for: .github/workflows/ubuntu.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Ubuntu
22

33
on:
4-
# push:
5-
# branches: [ stable ]
64
pull_request:
75
branches: [ stable, develop ]
86

0 commit comments

Comments
 (0)