Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --no-default-features --features ffmpeg7 --verbose
run: cargo build --verbose

- name: Run Test
run: cargo test --verbose
Expand Down Expand Up @@ -98,7 +98,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --no-default-features --features ffmpeg7 --verbose
run: cargo build --verbose

- name: Run Test
run: cargo test --verbose

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ url = "2"

[dev-dependencies]
image = "0.25"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros", "test-util", "rt-multi-thread"] }

[package.metadata.docs.rs]
all-features = true
1 change: 1 addition & 0 deletions ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ sudo apt-get install \
libxcb1-dev \
libxcb-shm0-dev \
libxcb-xfixes0-dev \
libc6-dev \
pkg-config \
texinfo \
wget \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
94 changes: 0 additions & 94 deletions metadata/man/metadata.1

This file was deleted.

88 changes: 0 additions & 88 deletions metadata/man/metadata.1.adoc

This file was deleted.

Loading