Skip to content

Commit

Permalink
Test clang in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 14, 2024
1 parent 01081c0 commit 0a77b16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ jobs:
run: cargo make ci-job-test-c
env:
CXX: "g++-11"
- name: Test C++ with clang
run: cargo make test-cpp
env:
CXX: "clang++"

# ci-job-test-js
test-js:
Expand Down

0 comments on commit 0a77b16

Please sign in to comment.