Skip to content

perf: Make duplex challenger more efficient #2277

perf: Make duplex challenger more efficient

perf: Make duplex challenger more efficient #2277

Workflow file for this run

name: Build workspace
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cargo build --verbose