remove integration test that was too specific

This commit is contained in:
2026-05-05 19:46:18 +01:00
parent 6e34eb6181
commit 73f6ca5049
4 changed files with 11 additions and 32 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Makefile for Firehose app
MISE_BIN ?= /home/vscode/.local/bin/mise
MISE_BIN ?= $(HOME)/.local/bin/mise
MISE_EXEC = $(MISE_BIN) exec --
.PHONY: check precommit deps compile test format credo