Skip to content

CI: Windows unit tests should be executed on real Windows, not on Wine #1290

Closed
@AkihiroSuda

Description

@AkihiroSuda

- name: Install wine
run: |
sudo apt-get update
sudo apt-get install -y wine-binfmt wine64
sudo apt-get remove -y mono-runtime || true
- name: Unit tests
run: GOOS=windows GOARCH=amd64 go test -v ./...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions