From 38f4f10698f614dd5ad9d45d962bbee208b61a84 Mon Sep 17 00:00:00 2001 From: ochibani <11yzyv86j@relay.firefox.com> Date: Sun, 5 Jan 2025 03:21:51 +0200 Subject: [PATCH] add github workflows --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..1f9fa69 --- /dev/null +++ b/.github/workflows/test.yml @@ -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