mirror of
https://github.com/aykhans/sarin.git
synced 2026-02-28 06:49:13 +00:00
Add e2e tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user