Skip to content

chore(deps): bump the minor group across 1 directory with 11 updates #1368

chore(deps): bump the minor group across 1 directory with 11 updates

chore(deps): bump the minor group across 1 directory with 11 updates #1368

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-test
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Test"
run: cargo test -j 2 --all-features --tests