Skip to content

Merge pull request #75 from h2o/gfx/ci-gha #2

Merge pull request #75 from h2o/gfx/ci-gha

Merge pull request #75 from h2o/gfx/ci-gha #2

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
cc:
- gcc
- clang
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: make test
run: make test CC=${{ matrix.cc }}