Skip to content

Commit

Permalink
ci: add test workflow (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Jun 4, 2024
1 parent ee02a8f commit 93a4f02
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93a4f02

Please sign in to comment.