Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev authored Apr 18, 2024
1 parent 2684376 commit eeb9bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-all-features
- run: cargo test-all-features-- --include-ignored
- run: cargo test --no-default-features --features ffmpeg,log -- --include-ignored
if: github.event_name != 'pull_request'
env:
RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1
TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }}
- run: cargo test-all-features
- run: cargo test --no-default-features --features ffmpeg,log
if: github.event_name == 'pull_request'
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit eeb9bbf

Please sign in to comment.