Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
See Windows failures
  • Loading branch information
kyleconroy committed Dec 5, 2023
commit 9679004e6c74dac9d84d0201d9f0128a21e0f9fc
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
exclude:
- isMain: false
include:
- os: ubuntu-latest
- os: windows-latest
cgo: '1'
- os: ubuntu-latest
cgo: '0'
cgo: '1'
name: test ${{ matrix.os }} cgo=${{ matrix.cgo }}
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions internal/endtoend/endtoend_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Currently requires cgo for wasmtime and has line-ending issues on windows.
//go:build cgo && !windows
// +build cgo,!windows
// Currently requires cgo for wasmtime
//go:build cgo
// +build cgo

package main

Expand Down