Skip to content

Bump hyper from 0.14.28 to 1.3.1 #148

Bump hyper from 0.14.28 to 1.3.1

Bump hyper from 0.14.28 to 1.3.1 #148

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- run: |
rustup update stable
rustup default stable
- uses: Swatinem/rust-cache@v2
with:
prefix-key: 'test'
- run: cargo test