We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664adf4 commit 173a8a8Copy full SHA for 173a8a8
.github/workflows/common.yml
@@ -26,7 +26,7 @@ on:
26
only_test:
27
description: 'Only test to run (eg “src/array/lin_tests.exe”); whole suite is run if empty'
28
type: string
29
- default: ''
+ default: 'src/sys/stm_tests.exe'
30
seed:
31
description: 'Seed for the only test'
32
0 commit comments