mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
ci: add test workflow (#67)
This commit is contained in:
parent
ee02a8f0ba
commit
93a4f02e81
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user