Skip to content

Document window handle retrieval in Fyne #104

Document window handle retrieval in Fyne

Document window handle retrieval in Fyne #104

Workflow file for this run

name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ["", "stable"]
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: "go.mod"
- name: Tests
run: go test -race ./...