Skip to content

Commit

Permalink
Merge pull request #35 from mgeisler/drop-windows-tests
Browse files Browse the repository at this point in the history
Drop unnecessary Windows tests
  • Loading branch information
mgeisler authored Jul 26, 2020
2 parents 7a1b50e + ad135de commit 61f1377
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
rust:
- stable
- nightly

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit 61f1377

Please sign in to comment.