Skip to content

Bump ordered-float from 4.3.0 to 4.6.0 #31

Bump ordered-float from 4.3.0 to 4.6.0

Bump ordered-float from 4.3.0 to 4.6.0 #31

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust-flags: ['', '-C target_feature=+avx']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo hack --feature-powerset test --lib
env:
RUSTFLAGS: ${{ matrix.rust-flags }}
doc:
name: Doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --doc