Skip to content

nfs: remove the cacheHelper provided by go-nfs (#272) #371

nfs: remove the cacheHelper provided by go-nfs (#272)

nfs: remove the cacheHelper provided by go-nfs (#272) #371

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/[email protected]
- name: Build
run: cargo build --manifest-path=p9cpu/Cargo.toml --verbose
- name: Run tests
run: cargo test --manifest-path=p9cpu/Cargo.toml --verbose