Add e2e tests

This commit is contained in:
2026-02-18 00:03:59 +04:00
parent d197e90103
commit 4b3230bb27
26 changed files with 4490 additions and 3 deletions

View File

@@ -39,10 +39,10 @@ tasks:
cmds:
- "{{.GOLANGCI}} run"
test:
desc: Run Go tests.
e2e:
desc: Run e2e tests
cmds:
- go test ./... {{.CLI_ARGS}}
- go test ./e2e/... -v -count=1 {{.CLI_ARGS}}
create-bin-dir:
desc: Create bin directory.