Skip to content

Commit

Permalink
Added OS matrix and updated name (#245)
Browse files Browse the repository at this point in the history
* Added OS matrix and updated name
  • Loading branch information
ojeda-e authored Oct 25, 2022
1 parent 27656d9 commit be23064
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand All @@ -11,8 +11,12 @@ env:

jobs:
build:

runs-on: ubuntu-latest
name: "Check OS"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit be23064

Please sign in to comment.