Skip to content

Commit

Permalink
Temporarily disable code-ql because it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 27, 2024
1 parent cadbdae commit 0b14cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
with_coverage: true
with_tsan: true
with_public_api_check: true
with_gh_codeql: false # Temporary, because it's broken
coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/'
test_filter: '^DiscordBMTests'
websocket-tests:
Expand All @@ -21,5 +22,6 @@ jobs:
with_coverage: true
with_tsan: false
with_public_api_check: false
with_gh_codeql: false # Temporary, because it's broken
coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/'
test_filter: '^WebSocketTests'

0 comments on commit 0b14cfc

Please sign in to comment.