Skip to content

Add CI

Add CI #4

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install ffmpeg
run: sudo apt-get -y install ffmpeg pkg-config libavutil-dev libavformat-dev libavfilter-dev
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --all --verbose --features=ffmpeg_4_4