chore(test): register the io topic in the top-level test runner

Mirror the new test/io tree in TOPICS so Pkg.test and topic filtering pick up
WriteVTK coverage after mesh and before quadrature.

- Insert "io" after "mesh" in the TOPICS constant ordering
This commit is contained in:
Jukka Aho
2026-05-11 03:06:10 +03:00
parent d25405b712
commit 8c35970050
+1
View File
@@ -21,6 +21,7 @@ const TOPICS = [
"topology", "topology",
"geometry", "geometry",
"mesh", "mesh",
"io",
"quadrature", "quadrature",
"domains/continuum", "domains/continuum",
"domains/heat", "domains/heat",