Run the CI in clang

This commit is contained in:
jvoisin 2021-12-26 21:58:19 +01:00 committed by Daniel Micay
parent 06192ae499
commit e816c545ea

View File

@ -5,8 +5,13 @@ on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make test
build-ubuntu-clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: CC=clang CXX=clang++ make test