Skip to content

Bump secrecy to 0.10 (#1588) #34

Bump secrecy to 0.10 (#1588)

Bump secrecy to 0.10 (#1588) #34

Workflow file for this run

name: features
on:
push:
branches:
- main
# opt in to explicit stuff here, this test is slow
- hack-features
jobs:
cargo-hack:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- uses: extractions/setup-just@v2
- name: Run cargo-hack
run: just hack