Skip to content

Fixed size groups should not center #52

Fixed size groups should not center

Fixed size groups should not center #52

Workflow file for this run

name: Continuous integration # https://github.com/dtolnay/rust-toolchain
on:
pull_request:
branches: [ "develop" ]
push:
paths:
- ".github/workflows/ci.yml"
- "**/*.rs"
env:
CARGO_TERM_COLOR: always
jobs:
tests:
name: cargo test
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all --all-features