Skip to content

cpud: print fstab mount errors #432

cpud: print fstab mount errors

cpud: print fstab mount errors #432

Workflow file for this run

name: Rust
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup protoc
uses: arduino/setup-protoc@v2.0.0
- name: Build
run: cargo build --manifest-path=p9cpu/Cargo.toml --verbose
- name: Run tests
run: cargo test --manifest-path=p9cpu/Cargo.toml --verbose