Tests for the shipped data layer, New options and concurrent Fake

This commit is contained in:
2026-09-01 23:03:53 +02:00
parent cf9de21495
commit 91cbae2a44
10 changed files with 201 additions and 55 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ x-go: &go
services:
test:
<<: *go
command: go test ./...
command: go test -race ./...
cover:
<<: *go