From 9278d4cd40087788c23e8970fb817f358815d390 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 20 Apr 2024 20:30:49 -0500 Subject: [PATCH] chore: adds fmt back to test with perf problem sorted --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index bcd495c..cf394fb 100755 --- a/justfile +++ b/justfile @@ -28,7 +28,7 @@ update-snapshots: fi # run all tests -test: +test: fmt #!/usr/bin/env bash set -euxo pipefail