Skip to content

Commit

Permalink
Add clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Sep 18, 2024
1 parent 76e7f8f commit 5527ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -37,3 +37,5 @@ jobs:
run: |
g++ INIReaderTest.cpp -o INIReaderTest.out
./INIReaderTest.out
clang++ INIReaderTest.cpp -o INIReaderTest.out
./INIReaderTest.out

0 comments on commit 5527ba0

Please sign in to comment.