From 41350fbd730559ff201de0b946b0f2492657e5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Fri, 13 Dec 2024 15:57:49 +0100 Subject: [PATCH] FIX: Run tests again and disable GEOMEAN test --- Makefile | 1 + .../{GEOMEAN.xlsx => GEOMEAN.xlsx.disabled} | Bin 2 files changed, 1 insertion(+) rename xlsx/tests/calc_tests/{GEOMEAN.xlsx => GEOMEAN.xlsx.disabled} (100%) diff --git a/Makefile b/Makefile index 571f6d9..e234552 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ format: .PHONY: tests tests: lint + cargo test make remove-artifacts # Regretabbly we need to build the wasm twice, once for the nodejs tests # and a second one for the vitest. diff --git a/xlsx/tests/calc_tests/GEOMEAN.xlsx b/xlsx/tests/calc_tests/GEOMEAN.xlsx.disabled similarity index 100% rename from xlsx/tests/calc_tests/GEOMEAN.xlsx rename to xlsx/tests/calc_tests/GEOMEAN.xlsx.disabled