Skip to content

Commit

Permalink
update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Sep 18, 2024
1 parent 8504b2a commit 61f9ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ generate:
# Runs tests for coverage upload to codecov.io
test-ci: generate
@echo Testing Nitric Go SDK
@go run github.com/onsi/ginkgo/ginkgo -cover -outputdir=./ -coverprofile=all.coverprofile ./resources/... ./api/... ./faas/...
@go run github.com/onsi/ginkgo/ginkgo -cover -outputdir=./ -coverprofile=all.coverprofile ./nitric/... ./api/...

.PHONY: test
test: generate
@echo Testing Nitric Go SDK
@go run github.com/onsi/ginkgo/ginkgo -cover ./resources/... ./api/... ./faas/...
@go run github.com/onsi/ginkgo/ginkgo -cover ./nitric/... ./api/...
4 changes: 0 additions & 4 deletions nitric/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ package nitric
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

"github.com/golang/mock/gomock"
)

var _ = Describe("middleware", func() {
ctrl := gomock.NewController(GinkgoT())

// func()
// func() error
// func(*T)
Expand Down

0 comments on commit 61f9ebf

Please sign in to comment.