Fix wording

This commit is contained in:
Florian Albrechtskirchinger 2025-02-16 11:43:50 +01:00
parent 027388814b
commit e34e8d5b19
No known key found for this signature in database
GPG Key ID: 9C4E2AE92D3A9595

View File

@ -8,15 +8,15 @@ on:
gtest_filter: gtest_filter:
description: 'Google Test filter' description: 'Google Test filter'
test_linux: test_linux:
description: 'Test Linux' description: 'Test on Linux'
type: boolean type: boolean
default: true default: true
test_macos: test_macos:
description: 'Test MacOS' description: 'Test on MacOS'
type: boolean type: boolean
default: true default: true
test_windows: test_windows:
description: 'Test Windows' description: 'Test on Windows'
type: boolean type: boolean
default: true default: true