Skip to content

feat(model): add send and sync to trace config #43

feat(model): add send and sync to trace config

feat(model): add send and sync to trace config #43

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- main
- dev
pull_request:
types: [ready_for_review, opened, synchronize, reopened]
paths:
- '**.rs'
- '**/Cargo.toml'
workflow_dispatch:
jobs:
cargo-test-no-human:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: deal with rust cache
uses: Swatinem/rust-cache@v1
- name: cargo test
run: |
cargo test --no-fail-fast --verbose --features mahimahi --features serde
cargo-test-full:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: deal with rust cache
uses: Swatinem/rust-cache@v1
- name: cargo test
run: |
cargo test --no-fail-fast --verbose --features full