Skip to content

Sync the pig-latin exercise's docs with the latest data. (#989) #767

Sync the pig-latin exercise's docs with the latest data. (#989)

Sync the pig-latin exercise's docs with the latest data. (#989) #767

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