feat: remove support for testing CMake projects (#256)

* feat: remove `run-test` and `test-args` action inputs

* docs: remove description for supporting testing
This commit is contained in:
Alfi Maulana
2024-03-22 16:06:56 +07:00
committed by GitHub
parent b1c63dc900
commit ebf367c0a0
7 changed files with 6 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
name: CMake Action
description: Configure, build, and test your CMake project
description: Configure and build your CMake project
author: Alfi Maulana
branding:
color: gray-dark
@@ -28,11 +28,6 @@ inputs:
default: false
build-args:
description: Additional arguments to pass during the CMake build
run-test:
description: If enabled, it runs testing using CTest (true/false)
default: false
test-args:
description: Additional arguments to pass during the CTest run
outputs:
build-dir:
description: The build directory of the CMake project