Skip to content

workers: job-types, state: applicator: emit task completion events (#… #3875

workers: job-types, state: applicator: emit task completion events (#…

workers: job-types, state: applicator: emit task completion events (#… #3875

Workflow file for this run

on: push
name: Cargo Test
env:
CARGO_TERM_COLOR: always
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --release --all-features --verbose -- --skip integration