Skip to content

anagram: sync

anagram: sync #769

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