We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c0cc3 commit 2fcc0c3Copy full SHA for 2fcc0c3
1 file changed
.github/workflows/scriptcheck.yml
@@ -108,12 +108,3 @@ jobs:
108
make -j$(nproc) run-dmake
109
git diff --exit-code
110
111
- - name: extract tests and check syntax
112
- run: |
113
- mkdir temp1
114
- python3 tools/extracttests.py --only-tp --code=temp1 test/testbufferoverrun.cpp
115
- python3 tools/extracttests.py --only-tp --code=temp1 test/testnullpointer.cpp
116
- python3 tools/extracttests.py --only-tp --code=temp1 test/testuninitvar.cpp
117
- python3 tools/extracttests.py --only-tp --code=temp1 --check-function=functionVariableUsage test/testunusedvar.cpp
118
- g++ -fsyntax-only temp1/*.cpp
119
-
0 commit comments