Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Dec 12, 2024
1 parent e4d494f commit d5169c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cd rtldev-middleware-dnscontrol/providers/cnr
go vet ./...
staticcheck ./...
golangci-lint run ./...
go mod tidy
cd ../../..
2 changes: 1 addition & 1 deletion tests/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export CNR_ENTITY
export CNR_UID
export CNR_PW
export CNR_DOMAIN
/bin/zsh -c "cd 'rtldev-middleware-dnscontrol/integrationTest' && go test -v -verbose -provider CNR"
/bin/zsh -c "cd 'rtldev-middleware-dnscontrol/integrationTest' && go test -v -failfast -verbose -provider CNR"

0 comments on commit d5169c3

Please sign in to comment.