Skip to content

feat: stream shutdown signal #48

feat: stream shutdown signal

feat: stream shutdown signal #48

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
default: true
profile: minimal
components: rustfmt, clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
profile: minimal
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
- name: cargo fmt
run: cargo fmt -- --check
- name: clippy and tests
run: ./test.sh
- name: MSRV check
run: cargo +1.63.0 check --all --all-targets --all-features