We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2684376 commit eeb9bbfCopy full SHA for eeb9bbf
.github/workflows/rust.yml
@@ -79,13 +79,13 @@ jobs:
79
uses: baptiste0928/cargo-install@v2
80
with:
81
crate: cargo-all-features
82
- - run: cargo test-all-features-- --include-ignored
+ - run: cargo test --no-default-features --features ffmpeg,log -- --include-ignored
83
if: github.event_name != 'pull_request'
84
env:
85
RUST_BACKTRACE: 1
86
RUST_TEST_THREADS: 1
87
TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }}
88
- - run: cargo test-all-features
+ - run: cargo test --no-default-features --features ffmpeg,log
89
if: github.event_name == 'pull_request'
90
91
0 commit comments