Skip to content

Commit

Permalink
use ginkgo runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Oct 7, 2023
1 parent c82c900 commit 3e57383
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
version: '3'

tasks:
build: go build ./...
format:
cmds:
- deno fmt README.md
- gofmt -w .
lint: golangci-lint run --fix --timeout "10m"
test: go test -cover -race ./...
test: go run github.com/onsi/ginkgo/v2/ginkgo -cover -race -r -p
example: go run ./... --source-path example/ --build-path ./build --base-url https://example.com
default:
cmds:
- task: format
- task: lint
- task: build
- task: test
- task: example

0 comments on commit 3e57383

Please sign in to comment.