Skip to content

feat: workflow command pagination #3291

feat: workflow command pagination

feat: workflow command pagination #3291

Workflow file for this run

name: Heavy Tests
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
permissions:
contents: read
timeout-minutes: 20
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ./.github/actions/setup
with:
mise-install-args: protoc
- run: cargo integ-test -c "--release" -t heavy_tests -- --test-threads 1