Skip to content

change usages of %v to %w #406

change usages of %v to %w

change usages of %v to %w #406

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