Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 28, 2024
1 parent 9be9bee commit ad5ed15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

on:
push:
branches: ["**"]
pull_request:
branches: ["**"]

jobs:
test-ubuntu-20-04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: install gstreamer development library
run: |
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libgstreamer-plugins-base1.0-dev
- run: cargo test --release

0 comments on commit ad5ed15

Please sign in to comment.