Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Feb 19, 2024
2 parents 7792fd8 + 5f169e6 commit 433593d
Show file tree
Hide file tree
Showing 15 changed files with 822 additions and 697 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
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
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 433593d

Please sign in to comment.