test: add compile test

This commit is contained in:
Haolan
2025-08-29 17:48:34 +08:00
parent 61143a6ff0
commit 19ddee0241
3 changed files with 147 additions and 4 deletions

View File

@@ -287,7 +287,7 @@ func TestDownloadAndExtractArchive(t *testing.T) {
func TestDownloadAndExtractArchiveUnsupportedFormat(t *testing.T) {
server := createTestServer(t, map[string]string{
"test.zip": "fake zip content",
"test.7z": "fake zip content",
})
defer server.Close()