Skip to content

Sync the resistor-color-duo exercise's docs with the latest data. (… #797

Sync the resistor-color-duo exercise's docs with the latest data. (…

Sync the resistor-color-duo exercise's docs with the latest data. (… #797

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