ci: add test workflow (#67)

This commit is contained in:
Hamir Mahal 2024-06-04 01:21:58 -07:00 committed by GitHub
parent ee02a8f0ba
commit 93a4f02e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,15 @@
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-gstreamer-sys-dev \
librust-gtk4-sys-dev \
libunwind-dev
- run: cargo test