name: Build and run tests on: push: pull_request: schedule: - cron: '0 2 * * *' 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