summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 17:44:33 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 17:44:33 +0200
commit3ef0616d516d8c8059380566a29852474d95e801 (patch)
tree3070e8a04b30ce6204dad7a8f892a8f64735b528 /Makefile
parent8830e997d00dac5f94c637e8513cfa0ff70f617c (diff)
Execute all conformance ledger fixtures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a692cd..69cf034 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,6 @@ NVIM ?= nvim
test:
NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua
+ NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/conformance.lua
NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/host_adapter_contract.lua
NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_smoke.lua