Skip to content

Add framing benches #3872

Add framing benches

Add framing benches #3872

Workflow file for this run

on:
pull_request:
branches:
- main
name: MSRV 1.75 Check
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected]
- name: Install Rust (1.75)
uses: dtolnay/[email protected]
- name: Build Workspace
run: cargo build
# also check test compilation without running tests
- name: Check Test Compilation for Workspace
run: cargo test --no-run