Skip to content

Make no-more-unsafe functions safe #42

Make no-more-unsafe functions safe

Make no-more-unsafe functions safe #42

Workflow file for this run

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: taiki-e/install-action@cargo-hack
- name: Run tests
run: cargo hack test --feature-powerset --skip nightly --verbose --workspace
- name: Run tests (nightly)
run: cargo hack test --feature-powerset --verbose --workspace -F nightly