Skip to content

Commit

Permalink
chore: run windows tests in the self-hosted VM
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 7ef6869 commit 2b36fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: go test -race -v ./...

test-windows:
runs-on: windows-2022
runs-on: [self-hosted, Windows, X64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 2b36fac

Please sign in to comment.