Skip to content

Dev msaff scenario runner #114

Dev msaff scenario runner

Dev msaff scenario runner #114

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Unit tests
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v2 # for grpc
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test