Skip to content

Commit

Permalink
remove window tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Termina1 committed Sep 13, 2024
1 parent 237bf37 commit bc72ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: Package tests
on: [push]

permissions:
contents: read # allow read access to the content for analysis
contents: read # allow read access to the content for analysis
pull-requests: read # allow read access to pull request
checks: write # allow write access to checks to allow the action to annotate code in the PR
checks: write # allow write access to checks to allow the action to annotate code in the PR

jobs:
tests:
name: Go tests
strategy:
matrix:
go: ['1.21']
os: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.21"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bc72ee5

Please sign in to comment.