diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 0000000..11156d8 --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1,6 @@ +[profile.ci] +# Do not cancel the test run on the first failure. +fail-fast = false + +[profile.ci.junit] # this can be some other profile, too +path = "junit.xml" diff --git a/nextest.toml b/nextest.toml deleted file mode 100644 index 381c42c..0000000 --- a/nextest.toml +++ /dev/null @@ -1,2 +0,0 @@ -[profile.ci.junit] # this can be some other profile, too -path = "junit.xml"