diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf24eaa..159de7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ defaults: jobs: pre-commit-checks: - name: Pre-commit checks - Python 3.10 + name: Pre-commit checks timeout-minutes: 30 runs-on: ubuntu-latest steps: @@ -37,3 +37,5 @@ jobs: run: | g++ INIReaderTest.cpp -o INIReaderTest.out ./INIReaderTest.out + clang++ INIReaderTest.cpp -o INIReaderTest.out + ./INIReaderTest.out