From aa342eab49bf8250c00c780ba31982c034fa96fe Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 20 Oct 2025 12:36:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(test):=20add=20junit=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add nextest.toml for generating junit report --- nextest.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nextest.toml diff --git a/nextest.toml b/nextest.toml new file mode 100644 index 0000000..381c42c --- /dev/null +++ b/nextest.toml @@ -0,0 +1,2 @@ +[profile.ci.junit] # this can be some other profile, too +path = "junit.xml"