Skip to content

Bump bytes from 1.10.1 to 1.11.1 #41

Bump bytes from 1.10.1 to 1.11.1

Bump bytes from 1.10.1 to 1.11.1 #41

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose