Skip to content

deps: bump clap from 4.4.6 to 4.5.6 in /rust-peer #115

deps: bump clap from 4.4.6 to 4.5.6 in /rust-peer

deps: bump clap from 4.4.6 to 4.5.6 in /rust-peer #115

Workflow file for this run

name: Continuous Integration
on:
pull_request:
paths:
- 'go-peer/**'
- 'rust-peer/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust:
runs-on: ubuntu-latest
env:
RUSTFLAGS: '-Dwarnings' # Never tolerate warnings.
defaults:
run:
working-directory: ./rust-peer
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo clippy
- run: cargo test
go-check:
uses: libp2p/uci/.github/workflows/[email protected]
with:
go-version: '1.21.x'
go-test:
uses: libp2p/uci/.github/workflows/[email protected]
with:
go-versions: '["1.21.x"]'