Merge pull request #124 from nushell/jntrnr-patch-2

Try #2 - Mac/Windows CI
This commit is contained in:
JT 2021-10-12 08:24:09 +13:00 committed by GitHub
commit e0433076ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,14 @@ name: Continuous integration
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
rust: rust:
- stable - stable
runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2