Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Imitate TRAVIS environment for UDP tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg authored Nov 19, 2019
1 parent 7aa4f28 commit c153aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:

build:
name: Build and Test
env:
# UDP tests use this variable to disable IPv6.
TRAVIS: yes
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit c153aa4

Please sign in to comment.