mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Revert "Temporarily disable CI include checks"
This reverts commit 8f65953583
.
closes https://github.com/official-stockfish/Stockfish/pull/4904
No functional change
This commit is contained in:
parent
7a8bcfc229
commit
dadff46986
1 changed files with 2 additions and 3 deletions
5
.github/workflows/stockfish.yml
vendored
5
.github/workflows/stockfish.yml
vendored
|
@ -33,9 +33,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
|
Analyzers:
|
||||||
#Analyzers:
|
uses: ./.github/workflows/stockfish_analyzers.yml
|
||||||
# uses: ./.github/workflows/stockfish_analyzers.yml
|
|
||||||
Sanitizers:
|
Sanitizers:
|
||||||
uses: ./.github/workflows/stockfish_sanitizers.yml
|
uses: ./.github/workflows/stockfish_sanitizers.yml
|
||||||
Tests:
|
Tests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue