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 1bb4f63 commit 36c3530
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,17 @@ jobs:
~/.cargo/registry
target
key: "${{runner.os}} Rust ${{steps.rust-toolchain.outputs.cachekey}} Lock ${{hashFiles('Cargo.lock')}}"
- run: cargo test --no-default-features --features ffmpeg,log -- --include-ignored
- name: install cargo-all-features
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-all-features
- run: cargo test-all-features-- --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 --no-default-features --features ffmpeg,log
- run: cargo test-all-features
if: github.event_name == 'pull_request'
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 36c3530

Please sign in to comment.