Skip to content

Instructions to run tests from the command line #1284

Instructions to run tests from the command line

Instructions to run tests from the command line #1284

Workflow file for this run

name: Test Exercises
on: [push, pull_request]
jobs:
run-tests:
timeout-minutes: 30
runs-on: ubuntu-latest
container:
image: clfoundation/sbcl
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Tests
uses: ./.github/actions/perform-system
with:
system: test-exercises
operation: test-system