Skip to content

Include a quit at the bottom of our system tray #271

Include a quit at the bottom of our system tray

Include a quit at the bottom of our system tray #271

Workflow file for this run

name: Platform Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
platform_tests:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.18'
- name: Test
run: go test -tags ci ./...