Add tests for EventBuffer #7

Merged
anna merged 3 commits from eventbuffer-tests into main 2025-07-18 16:42:22 +00:00
Showing only changes of commit fd05019f94 - Show all commits

12
.vscode/tasks.json vendored
View file

@ -16,12 +16,18 @@
"build", "build",
"-o", "-o",
"build/", "build/",
"./cmd/joyful", "./..."
], ],
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true, "isDefault": true
}, },
}, "options": {
"env": {
"CGO_ENABLED": "0"
}
},
"problemMatcher": []
}
], ],
} }