Skip to content

Add a hash table implementation #87

Add a hash table implementation

Add a hash table implementation #87

Workflow file for this run

name: tulisp-ci
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test