Skip to content

Commit

Permalink
test only lib for rlottie-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Feb 23, 2025
1 parent 436867f commit 9e1843d
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 @@ -30,14 +30,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test -p rlottie-sys
- run: cargo test -p rlottie-sys --lib

rlottie-sys-vendor-telegram:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test -p rlottie-sys --features vendor-telegram --no-default-features
- run: cargo test -p rlottie-sys --lib --features vendor-telegram --no-default-features

rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e1843d

Please sign in to comment.