Instructions about running spec tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.PHONY: sync test
|
||||
|
||||
all: test
|
||||
|
||||
sync:
|
||||
pipenv sync
|
||||
|
||||
test: sync
|
||||
pipenv run make -C ../spec/test
|
||||
Reference in New Issue
Block a user