add github workflows

This commit is contained in:
ochibani 2025-01-05 03:21:51 +02:00
parent 61bf115f38
commit 41e304ba8b
No known key found for this signature in database
GPG Key ID: 2C6B61CE0C704ED4

16
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Test
on: [pull_request, push]
jobs:
blue-recorder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
run: |
sudo apt-get install \
librust-gdk-sys-dev \
librust-gstreamer-sys-dev \
librust-gtk4-sys-dev \
libunwind-dev
- run: cargo test