Skip to content

Fix link to queen-attack approach (#997) #783

Fix link to queen-attack approach (#997)

Fix link to queen-attack approach (#997) #783

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