Skip to content

Fix run-test for macOS standard tools #656

Fix run-test for macOS standard tools

Fix run-test for macOS standard tools #656

Workflow file for this run

name: Test Exercises
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [gcc, clang]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Test Exercises
env:
CC: ${{ matrix.compiler }}
run: ./bin/run-tests -a