Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Dec 8, 2023
1 parent b910716 commit 18b089d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/scc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
run: RUST_BACKTRACE=1 cargo test --verbose -- --nocapture
- name: Release
run: RUST_BACKTRACE=1 cargo test --release --verbose -- --nocapture
check-32-bit:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Prepare
run:
rustup target add i686-unknown-linux-gnu
- name: Release
run: RUST_BACKTRACE=1 cargo test --target i686-unknown-linux-gnu --release --verbose -- --nocapture
check-extended:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 18b089d

Please sign in to comment.