blue-recorder/.github/workflows/test.yml

17 lines
410 B
YAML
Raw Permalink Normal View History

2024-06-04 11:21:58 +03:00
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 \
2024-06-04 13:27:53 +03:00
librust-gdk-sys-dev \
librust-gstreamer-sys-dev \
2024-06-04 13:27:53 +03:00
librust-gtk4-sys-dev \
libunwind-dev
2024-06-04 11:21:58 +03:00
- run: cargo test