Skip to content

fix: add display property as a cmd opt #16

fix: add display property as a cmd opt

fix: add display property as a cmd opt #16

Workflow file for this run

---
name: 'test'
on:
push:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install test dependencies
run: sudo apt-get install -y i3-wm gcc gpick xterm
- name: Setup test environment
run: script/setup.sh
- name: Run tests
run: cargo test