Skip to content

Commit ff8ea6d

Browse files
authored
Merge pull request #79 from github/test_checks
Add all the TRAP check flags in qltest workflow
2 parents dddf0a6 + 5a54026 commit ff8ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build Extractor
3232
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
3333
- name: Run QL tests
34-
run: codeql/codeql test run --check-databases --check-unused-labels --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
34+
run: codeql/codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
3535
- name: Check QL formatting
3636
run: find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql/codeql query format --check-only
3737
- name: Check QL compilation

0 commit comments

Comments
 (0)