Skip to content

CI: split slow test mode into separate workflow #2

CI: split slow test mode into separate workflow

CI: split slow test mode into separate workflow #2

Workflow file for this run

---
name: CI slow full test mode
on:
push:
branches:
- main
- develop
workflow_dispatch:
pull_request:
env:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_leaks=0
jobs:
citestmode:
name: CI slow full test mode
uses: artis-mcrt/artis/.github/workflows/ci.yml@cisplittestmode
with:
testmode: ON
secrets: inherit