Skip to content

Commit

Permalink
Try nushell#2 - Mac/Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiajt authored Oct 11, 2021
1 parent dada7a9 commit a67be07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a67be07

Please sign in to comment.