fix macos and mingw

This commit is contained in:
Rob Ede 2021-02-24 09:26:15 +00:00
parent 6a39563967
commit 6e333c1fd1
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@ jobs:
runs-on: ${{ matrix.target.os }}
steps:
- uses: Setup Routing
if: matrix.target.os == 'macos-latest'
run: sudo ifconfig lo0 alias 127.0.0.3
- uses: actions/checkout@v2
- name: Install ${{ matrix.version }}
@ -70,6 +74,7 @@ jobs:
args: --workspace --bins --examples --tests
- name: tests
if: matrix.target.triple != 'x86_64-pc-windows-gnu'
uses: actions-rs/cargo@v1
with:
command: test