Skip to content

Commit

Permalink
Remove Ginkgo BDD framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Sep 14, 2020
1 parent 9964b51 commit 569e318
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fi
- name: Test code
run: go test -v .
run: go test $(go list ./... | grep -v /pkg/iptables)

- name: Build code
run: go build -v .
80 changes: 0 additions & 80 deletions controllers/suite_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.13

require (
github.com/go-logr/logr v0.1.0
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
Expand Down

0 comments on commit 569e318

Please sign in to comment.