Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #281

build(deps): bump actions/checkout from 4.2.1 to 4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #281

Workflow file for this run

name: Test
on: [ push, merge_group ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
with:
toolchain: 1.72.1
- run: cargo test --all-features