Skip to content

Bump memchr from 2.5.0 to 2.6.0 #67

Bump memchr from 2.5.0 to 2.6.0

Bump memchr from 2.5.0 to 2.6.0 #67

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
build_and_test:
strategy:
fail-fast: false
matrix:
version: [stable, beta]
name: Test (${{ matrix.version }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rust-lang/[email protected]
with:
toolchain: ${{ matrix.version }}
- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast -- --nocapture