Skip to content

Commit

Permalink
Trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 29, 2020
1 parent 25f0fa5 commit a03f0ba
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,8 +17,8 @@ jobs:
- run: cargo fmt --all -- --check

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

0 comments on commit a03f0ba

Please sign in to comment.