Skip to content

Commit

Permalink
aaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjamjon committed Sep 13, 2024
1 parent c33cc4a commit 30ef5ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ jobs:
- name: Run Tests in Release Mode
run: cargo test --release

- name: Run Tests on All Targets
run: cargo test --all-targets



test-on-macos:
name: test | macos | latest ffmpeg
runs-on: macos-latest
Expand All @@ -148,11 +143,6 @@ jobs:
- name: Run Tests in Release Mode
run: cargo test --release

- name: Run Tests on All Targets
run: cargo test --all-targets



test-on-windows:
name: test | windows | latest ffmpeg
runs-on: windows-latest
Expand Down Expand Up @@ -186,10 +176,6 @@ jobs:
- name: Run Tests in Release Mode
run: cargo test --release

- name: Run Tests on All Targets
run: cargo test --all-targets



lints:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/core/dataloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Iterator for DataLoaderIterator {
}
}

/// Dataloader: load images, video, stream
/// Load images, video, stream
pub struct DataLoader {
pub paths: Option<VecDeque<PathBuf>>,
pub media_type: Option<MediaType>,
Expand Down

0 comments on commit 30ef5ad

Please sign in to comment.