Skip to content

Bump github.com/golang/protobuf from 1.3.4 to 1.5.4 in /tests/integration/functional #11

Bump github.com/golang/protobuf from 1.3.4 to 1.5.4 in /tests/integration/functional

Bump github.com/golang/protobuf from 1.3.4 to 1.5.4 in /tests/integration/functional #11

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
name: build
runs-on: ubuntu-22.04
steps:
- name: checking out
uses: actions/checkout@v3
- name: setup
run: |
rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
rustup component add clippy
- name: build
run: |
cd /home/runner/work/rustybgp/rustybgp
cargo clippy -- -D warnings
cargo test --verbose --all
cargo fmt -- --check