Skip to content

Extended Windows Smoke #62

Extended Windows Smoke

Extended Windows Smoke #62

name: Extended Windows Smoke
on:
push:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
permissions:
contents: read
concurrency:
group: extended-windows-smoke-${{ github.ref }}
cancel-in-progress: true
jobs:
extended-windows-smoke:
runs-on: windows-latest
timeout-minutes: 40
env:
CARGO_INCREMENTAL: "0"
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Setup Rust
uses: ./.github/actions/setup-rust
- name: Extended two-node smoke
shell: pwsh
run: ./scripts/dev/two-node-smoke.ps1 -TimeoutSeconds 120 -ExtendedCoverage