Skip to content

added alist test in ldnout. using map instead of cons car/cdr pattern #469

added alist test in ldnout. using map instead of cons car/cdr pattern

added alist test in ldnout. using map instead of cons car/cdr pattern #469

Workflow file for this run

name: Docker Image for Testing
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file ./Dockerfile --tag tests:latest
- name: Run tests
run: docker run tests:latest