Skip to content

Commit

Permalink
using cross test
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Feb 10, 2025
1 parent ba72797 commit f2aee81
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 @@ -25,7 +25,7 @@ jobs:
run: cargo test --verbose
- name: 32bit compilation test
run: cargo build --target i686-unknown-linux-gnu --verbose
- name: 32bit test
run: cargo install cross && cargo test --target i686-unknown-linux-gnu --verbose
- name: Running tests under 32bit architecture
run: cargo install cross && cross test --target i686-unknown-linux-gnu --verbose


0 comments on commit f2aee81

Please sign in to comment.