Skip to content

Commit

Permalink
ci: removes windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig authored Jun 27, 2022
1 parent 6bbed4d commit a95bec6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:

jobs:
go-tests:
runs-on: ${{ matrix.os }}-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a95bec6

Please sign in to comment.