Skip to content

feat(ci): add cfg check #1

feat(ci): add cfg check

feat(ci): add cfg check #1

Workflow file for this run

name: cfg-check
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
cfg-check:
name: cfg-check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo +nightly -Zcheck-cfg c