Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

include all features in miri #10

include all features in miri

include all features in miri #10

Workflow file for this run

name: batcher
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Install Rust toolchain
run: rustup default nightly
- name: Install cargo-hack
run: cargo install cargo-hack
- name: All
working-directory: ./batcher
run: cargo test --all-features
- name: Powerset
working-directory: ./batcher
run: cargo hack test --feature-powerset --lib
- name: Minimal versions
working-directory: ./batcher
run: cargo hack test --feature-powerset --lib -Z minimal-versions