Skip to content

Commit

Permalink
chore(Taskfile): disable caching for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Sep 26, 2024
1 parent 2dee805 commit 1ce1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ tasks:
- go test -v --short ./...

test:e2e:
- go test -v ./e2e/
- go test --count=1 -v ./e2e/

0 comments on commit 1ce1d31

Please sign in to comment.