Skip to content

ci(gh-actions): build with all features #65

ci(gh-actions): build with all features

ci(gh-actions): build with all features #65

Workflow file for this run

on: push
name: build
jobs:
check-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: cargo, rustc, rust-std
- run: cargo build --all-features