bug: fix missing symbols in tests

This commit is contained in:
Edward
2021-01-18 10:27:03 -08:00
parent bd9ef2fba3
commit c80aff0f0b
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
load_no_trans:
docker build . --tag data-lens-transducer-test
docker run data-lens-transducer-test --eval "(asdf:test-system :data-lens)" --quit
test:
docker build . --tag data-lens-transducer-test
docker run data-lens-transducer-test --eval "(asdf:test-system :data-lens/beta/transducers)" --quit