Skip to content

Fix possibly sending LA marker after WF Complete command #544

Fix possibly sending LA marker after WF Complete command

Fix possibly sending LA marker after WF Complete command #544

Workflow file for this run

name: Heavy Tests
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
timeout-minutes: 20
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: integ-test
args: -c "--release" -c "--features=save_wf_inputs" -t heavy_tests -- --test-threads 1