CMakeLists.txt: make tests optional

Run test-strbuf using ctest.
This commit is contained in:
Anna “CyberTailor”
2022-02-21 12:22:29 +05:00
parent 415c097489
commit aa9dd9c155
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ jobs:
- name: Run flashfetch
run: ./flashfetch
- name: Run fastfetch-test-strbuf
run: ./fastfetch-test-strbuf
- name: Run tests
run: ctest
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1