Browse Source

Skip linux for testing

af/merge-core
James Jackson-South 6 years ago
parent
commit
d7b94f3132
  1. 8
      .github/workflows/build-and-test.yml

8
.github/workflows/build-and-test.yml

@ -15,10 +15,10 @@ jobs:
strategy: strategy:
matrix: matrix:
opts: opts:
- os: ubuntu-latest # - os: ubuntu-latest
framework: netcoreapp2.1 # framework: netcoreapp2.1
runtime: linux-x64 # runtime: linux-x64
cover: False # cover: False
- os: windows-latest - os: windows-latest
framework: netcoreapp2.1 framework: netcoreapp2.1
runtime: win-x64 runtime: win-x64

Loading…
Cancel
Save