Skip to content

Commit

Permalink
Install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 24, 2024
1 parent 9acb61a commit e73f417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install 32-bit target
run: rustup target add i686-unknown-linux-gnu
- name: Run some tests on 32-bit target
run: cargo test --target i686-unknown-linux-gnu --test issues
- name: Run some tests on 32-bit target (async-tokio)
Expand Down

0 comments on commit e73f417

Please sign in to comment.