mirror of
https://github.com/biojppm/rapidyaml.git
synced 2026-01-18 13:31:19 +01:00
- ensure gcc and clang are tested with several optimization levels (-O3,-O2,-O1,-Os). This reveals a number of problems in gcc11,12,13 (but not 14), which should be addressed next. - use continue-on-error: false to ensure the final workflow result is red when any of its jobs fails
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
gh run list --json databaseId -q '.[].databaseId' | xargs -d '\n' -n1 gh run cancel
|