mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
Try #2 - Mac/Windows CI
This commit is contained in:
parent
dada7a9867
commit
a67be074e6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -4,12 +4,14 @@ name: Continuous integration
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust:
|
||||
- stable
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user