Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Bump slab from 0.4.10 to 0.4.11 #2

Bump slab from 0.4.10 to 0.4.11

Bump slab from 0.4.10 to 0.4.11 #2

Workflow file for this run

name: PR Test
on:
pull_request:
branches:
- '**'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Rust
uses: actions/setup-rust@v1
with:
rust-version: stable
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose