Skip to content

changed the ExposeSecret trait to way more general, finally making it… #4

changed the ExposeSecret trait to way more general, finally making it…

changed the ExposeSecret trait to way more general, finally making it… #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all-features --no-fail-fast
msrv:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install 1.60 toolchain
uses: dtolnay/[email protected]
- name: Check tests
run: cargo test --all-features --no-run