Skip to content

Commit

Permalink
configure network for macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 13, 2023
1 parent c3f710e commit 4429c48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DPDC_ENABLE_MPI=ON -DCMAKE_C_COMPILER=mpicc
make -j 2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Test PDC
working-directory: build
run: |
sudo sh -c 'echo "`ipconfig getifaddr en0` PDC" >> /etc/hosts'
export HG_TRANSPORT="sockets"
ctest -L serial

0 comments on commit 4429c48

Please sign in to comment.