Skip to content

Commit

Permalink
Add some integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Sep 20, 2024
1 parent 11f1855 commit 2995acc
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
submodules: recursive
- name: Packages
run: sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg
run: sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg mpd
- name: Check format
run: cargo fmt -- --check
- name: Lint
run: cargo clippy --examples -- -D warnings
run: cargo clippy --features=integrations-test --examples -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
230 changes: 230 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2995acc

Please sign in to comment.