Skip to content

adjust payload deserialization to support events better #16

adjust payload deserialization to support events better

adjust payload deserialization to support events better #16

Workflow file for this run

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