Skip to content

update tests for Csv #487

update tests for Csv

update tests for Csv #487

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
test:
name: test-on-${{ matrix.os }}${{ matrix.features && '-' }}${{ matrix.features }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
- os: macos-latest
- os: ubuntu-latest
- os: ubuntu-latest
features: "use_meter left_handed"
- os: ubuntu-latest
features: "async"
- os: ubuntu-latest
features: "lightweight async-trait"
- os: ubuntu-latest
features: "dynamic_freq"
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/setup-build
- uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
- run: cargo make check --features "${{ matrix.features }}"
build-docs:
name: build-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/setup-build
with:
toolchain: nightly
- run: cargo make doc
- uses: dtolnay/install@cargo-docs-rs
- run: |
cargo +nightly docs-rs -pautd3
cargo +nightly docs-rs -pautd3-core
cargo +nightly docs-rs -pautd3-derive
cargo +nightly docs-rs -pautd3-driver
cargo +nightly docs-rs -pautd3-firmware-emulator
cargo +nightly docs-rs -pautd3-gain-holo
cargo +nightly docs-rs -pautd3-link-simulator
cargo +nightly docs-rs -pautd3-link-twincat
cargo +nightly docs-rs -pautd3-modulation-audio-file
cargo +nightly docs-rs -pautd3-protobuf