Skip to content

Commit

Permalink
adding 32bit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Feb 10, 2025
1 parent 6ed6e52 commit ff98ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -24,5 +23,7 @@ jobs:
run: cargo clippy --all --manifest-path Cargo.toml -- -D warnings
- name: Run tests
run: cargo test --verbose
- name: 32bit compilation test
run: cargo build --target i686-unknown-linux-gnu --verbose


0 comments on commit ff98ee9

Please sign in to comment.