Skip to content

Commit

Permalink
Actually test networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 27, 2024
1 parent 1ef5ba5 commit 50e4e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: ./test.sh
env:
DEBUG: ${{ matrix.debug }}
LEGION_NETWORKS: ${{ matrix.networks }}
INSTALL_DEPS: '1'
SUDO_COMMAND: sudo

Expand All @@ -42,6 +43,7 @@ jobs:
- run: ./test.sh
env:
DEBUG: ${{ matrix.debug }}
LEGION_NETWORKS: ${{ matrix.networks }}
USE_REGENT: '1'
INSTALL_DEPS: '1'
SUDO_COMMAND: sudo

0 comments on commit 50e4e14

Please sign in to comment.