Skip to content

sieve: Use saturating_add when computing next_base #32

sieve: Use saturating_add when computing next_base

sieve: Use saturating_add when computing next_base #32

Workflow file for this run

name: Pull Request
on:
pull_request:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- rust: stable
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Tests
run: ./ci/script.sh