Skip to content

Update Artifact with missing changes for hardware generation #215

Update Artifact with missing changes for hardware generation

Update Artifact with missing changes for hardware generation #215

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Unit Tests (libvelosiast)
jobs:
compile_and_test:
runs-on: self-hosted
name: "libvelosiast"
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: libvelosias_clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --manifest-path ./lib/velosiast/Cargo.toml -- --deny warnings
- name: libvelosiast_test
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path ./lib/velosiast/Cargo.toml