Skip to content

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #304

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #304

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