Skip to content

Commit e34e8d5

Browse files
Fix wording
1 parent 0273888 commit e34e8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
gtest_filter:
99
description: 'Google Test filter'
1010
test_linux:
11-
description: 'Test Linux'
11+
description: 'Test on Linux'
1212
type: boolean
1313
default: true
1414
test_macos:
15-
description: 'Test MacOS'
15+
description: 'Test on MacOS'
1616
type: boolean
1717
default: true
1818
test_windows:
19-
description: 'Test Windows'
19+
description: 'Test on Windows'
2020
type: boolean
2121
default: true
2222

0 commit comments

Comments
 (0)