Skip to content

icewrap check job: check with all features #2

icewrap check job: check with all features

icewrap check job: check with all features #2

Workflow file for this run

name: icewrap
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check -p icewrap --all-features