Skip to content

Fill in missing info for the last drag event if it moves during the tap up #6212

Fill in missing info for the last drag event if it moves during the tap up

Fill in missing info for the last drag event if it moves during the tap up #6212

Workflow file for this run

name: Mobile Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
mobile_tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ['', 'stable']
include:
- os: ubuntu-latest
runner: xvfb-run
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: 'go.mod'
- name: Get dependencies
run: sudo apt-get update && sudo apt-get install gcc libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
- name: Tests
run: go test -race -tags mobile,ci,migrated_fynedo ./...