Skip to content

fix fuzzing failure test #4

fix fuzzing failure test

fix fuzzing failure test #4

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
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo t -p icewrap -r --all-features