We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c6a8e commit 61384feCopy full SHA for 61384fe
.github/workflows/macos.yml
@@ -11,8 +11,6 @@ jobs:
11
PDC:
12
runs-on: macos-latest
13
timeout-minutes: 60
14
- env:
15
- HG_TRANSPORT: "sockets"
16
17
steps:
18
- uses: actions/checkout@v3
@@ -28,4 +26,6 @@ jobs:
28
26
29
27
- name: Test PDC
30
working-directory: build
31
- run: ctest -L serial
+ run: |
+ export HG_TRANSPORT="sockets"
+ ctest -L serial
.github/workflows/ubuntu.yml
@@ -13,8 +13,6 @@ jobs:
runs-on: ubuntu-latest
- HG_TRANSPORT: "ofi+tcp"
19
20
0 commit comments