Skip to content

TwinCAT/BSD for OS Version #132

TwinCAT/BSD for OS Version

TwinCAT/BSD for OS Version #132

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- 1.63.0
- stable
- nightly
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy, rustfmt
toolchain: ${{ matrix.toolchain }}
- run: cargo fmt --check
- run: cargo clippy --all-targets
- run: cargo test --all