Skip to content

Test the actual scheduler binary through a simulated serial port #76

Test the actual scheduler binary through a simulated serial port

Test the actual scheduler binary through a simulated serial port #76

Workflow file for this run

name: Software Tests
on:
push:
branches: [ "rust_dev" ]
pull_request:
branches: [ "rust_dev" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose --features mock