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 22, 2024
1 parent 11f1855 commit 00a70b8
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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=integration-tests --examples -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --features=integration-tests
232 changes: 230 additions & 2 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 00a70b8

Please sign in to comment.