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 dbdc994 commit be5d514Copy full SHA for be5d514
.github/workflows/common.yml
@@ -31,7 +31,7 @@ on:
31
only_test:
32
description: 'Only test to run (eg “src/array/lin_tests.exe”); whole suite is run if empty'
33
type: string
34
- default: ''
+ default: 'src/sys/stm_tests.exe'
35
seed:
36
description: 'Seed for the only test'
37
0 commit comments