Skip to content

Commit

Permalink
Add CI for windows only go build
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 22, 2023
1 parent 1f1b90e commit a2a2850
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
os:
- ubuntu-latest
- macos-13
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -35,14 +36,8 @@ jobs:
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
# https://github.com/davidB/rust-cargo-make/pull/178 is the blocker, even if this action is recommended in cargo-make official docs
- uses: asdf-vm/actions/install@v2
with:
# Keep same version as used in *.nix
tool_versions: |
cargo-make 0.36.12
# - run: go test
- run: makers test-go-race
- run: go build -v -race ./...
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a2a2850

Please sign in to comment.