Skip to content

Commit

Permalink
Merge pull request #75 from Polochon-street/add-integration-tests
Browse files Browse the repository at this point in the history
Add some integration tests
  • Loading branch information
Polochon-street authored Sep 24, 2024
2 parents 11f1855 + bfe247c commit 65acae6
Show file tree
Hide file tree
Showing 5 changed files with 386 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
234 changes: 232 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 65acae6

Please sign in to comment.