Browse Source

Enable ubuntu

pull/1061/head
James Jackson-South 6 years ago
parent
commit
2bf586a843
  1. 8
      .github/workflows/build-and-test.yml

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

@ -15,10 +15,10 @@ jobs:
strategy: strategy:
matrix: matrix:
options: options:
# - os: ubuntu-latest - os: ubuntu-latest
# framework: netcoreapp2.1 framework: netcoreapp2.1
# runtime: -x64 runtime: -x64
# codecov: false codecov: false
- os: windows-latest - os: windows-latest
framework: netcoreapp2.1 framework: netcoreapp2.1
runtime: -x64 runtime: -x64

Loading…
Cancel
Save