Skip to content

feat: support tray icon #17

feat: support tray icon

feat: support tray icon #17

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Install deps
run: sudo apt-get update && sudo apt-get install libglib2.0-dev
- name: Cargo Test
run: cargo test