Skip to content

knapsack: sync

knapsack: sync #799

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