Skip to content

Sync selected commits from fyne repo #40

Sync selected commits from fyne repo

Sync selected commits from fyne repo #40

Workflow file for this run

name: Platform Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
platform_tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
go-version: ['1.19.x', '1.21.x']
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1.13.0
with:
go-version: ${{ matrix.go-version }}
- name: Tests
run: go test "-test.benchtime" 10ms -tags ci ./...