Skip to content

Commit

Permalink
Minor improvement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 29, 2020
1 parent 96855d9 commit 25f0fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- run: cargo fmt --all -- --check

test:
name: Tests
name: Test
runs-on: ${{ matrix.os }} - Rust ${{ matrix.rust }}
strategy:
matrix:
build: [linux, windows, macos]
build: [linux, macos, windows]
include:
- build: linux
os: ubuntu-latest
Expand Down

0 comments on commit 25f0fa5

Please sign in to comment.