Skip to content

fix: always send subscription id first #58

fix: always send subscription id first

fix: always send subscription id first #58

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.74.0
default: true
profile: minimal
components: rustfmt, clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.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.66.0 check --all --all-targets --all-features