Skip to content

Commit

Permalink
use all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 6, 2024
1 parent 9e841c9 commit 329ac1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
if: runner.os == 'macOS'
run: brew install ffmpeg
- name: Integration tests, including roundtrip through ffmpeg and openh264
# Limit tests to bit depth 8 until ffmpeg 5.1 is available.
run: cd testbench && cargo test -- --skip mono12
run: cd testbench && cargo test

no_std:
strategy:
Expand Down
2 changes: 0 additions & 2 deletions testbench/tests/test_roundtrip_ffmpeg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ fn test_roundtrip_ffmpeg_rgb12_even_widths() -> Result<()> {
}

#[test]
#[ignore]
fn test_roundtrip_ffmpeg_mono8_odd_widths() -> Result<()> {
// TODO: fix some problem with odd sized widths, e.g. 15x14.
let pixfmt = PixFmt::Mono8;
let widths = [15];
let heights = [14];
Expand Down

0 comments on commit 329ac1e

Please sign in to comment.