Skip to content

Commit

Permalink
add ci tests for vendored rlottie
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Feb 23, 2025
1 parent 577ae7b commit 6ff9749
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ jobs:
vendor: TelegramMessenger
- run: cargo test --workspace --all-features

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

rlottie-sys-vendor-samsung:
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

rustfmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6ff9749

Please sign in to comment.