Skip to content

Commit 9b2bb30

Browse files
committed
Move cfn-update check out of default test suite
1 parent 62cb64d commit 9b2bb30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.PHONY: test
22

3+
check-updates:
4+
go test -tags check_updates ./resource
5+
36
test:
47
go test ./...

resource/cfn_update_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build check_updates
2+
// +build check_updates
3+
14
package resource
25

36
import (

0 commit comments

Comments
 (0)