Skip to content

ci: update test branch #8

ci: update test branch

ci: update test branch #8

Workflow file for this run

---
name: 'test'
on:
push:
branches:
- develop
jobs:
deploy:
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