Skip to content

Commit eeb9bbf

Browse files
Update rust.yml
1 parent 2684376 commit eeb9bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
uses: baptiste0928/cargo-install@v2
8080
with:
8181
crate: cargo-all-features
82-
- run: cargo test-all-features-- --include-ignored
82+
- run: cargo test --no-default-features --features ffmpeg,log -- --include-ignored
8383
if: github.event_name != 'pull_request'
8484
env:
8585
RUST_BACKTRACE: 1
8686
RUST_TEST_THREADS: 1
8787
TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }}
88-
- run: cargo test-all-features
88+
- run: cargo test --no-default-features --features ffmpeg,log
8989
if: github.event_name == 'pull_request'
9090
env:
9191
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)