Skip to content

Commit

Permalink
ci: remove windows ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kevherro committed Apr 9, 2023
1 parent 5b5c959 commit eeae5ae
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Expand Up @@ -156,28 +156,3 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
test-windows:
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
go: ['1.20', 'tip']
steps:
- name: Update Go version using setup-go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Checkout the repo
uses: actions/checkout@v3
with:
path: ${{ env.WORKING_DIR }}

- name: Run the test
run: |
go version
dot -c
go env
go build github.com/kevherro/vyx
go test -v ./...
working-directory: ${{ env.WORKING_DIR }}

0 comments on commit eeae5ae

Please sign in to comment.