Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szktkfm committed Apr 28, 2024
1 parent 1acc18a commit 4614f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Test
run: go test -v ./...

build:
test_on_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4614f81

Please sign in to comment.