Skip to content

Updating docs to sync with Problem-Specification (#1038) #852

Updating docs to sync with Problem-Specification (#1038)

Updating docs to sync with Problem-Specification (#1038) #852

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Test Exercises
env:
CC: ${{ matrix.compiler }}
run: ./bin/run-tests -a