Add test sources to mingw release artifact

This commit is contained in:
Anonymous Maarten
2024-12-07 02:05:15 +01:00
parent 826c56b67c
commit 9c821dc21c

View File

@@ -48,6 +48,9 @@
], ],
"docs": [ "docs": [
"docs/*" "docs/*"
],
"test": [
"test/*"
] ]
} }
}, },