Skip to content

Commit 50e4e14

Browse files
Actually test networks.
1 parent 1ef5ba5 commit 50e4e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: ./test.sh
2727
env:
2828
DEBUG: ${{ matrix.debug }}
29+
LEGION_NETWORKS: ${{ matrix.networks }}
2930
INSTALL_DEPS: '1'
3031
SUDO_COMMAND: sudo
3132

@@ -42,6 +43,7 @@ jobs:
4243
- run: ./test.sh
4344
env:
4445
DEBUG: ${{ matrix.debug }}
46+
LEGION_NETWORKS: ${{ matrix.networks }}
4547
USE_REGENT: '1'
4648
INSTALL_DEPS: '1'
4749
SUDO_COMMAND: sudo

0 commit comments

Comments
 (0)