Skip to content

Commit

Permalink
build: add test target for runtime/cloudformation
Browse files Browse the repository at this point in the history
Signed-off-by: francesco-racciatti <[email protected]>
  • Loading branch information
francesco-racciatti committed Feb 22, 2024
1 parent 5bee676 commit 8fe6906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:

- name: Test
run: |
cd runtimes/cloudformation
go test -v ./...
make -C runtimes/cloudformation test
build-cfn-runtime:
name: Build CloudFormation runtime
Expand Down
5 changes: 4 additions & 1 deletion runtimes/cloudformation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ clean:
rm agent-kilt.zip || true
rm cmd/handler/handler || true

.PHONY: clean
test:
go test -v ./...

.PHONY: clean test

0 comments on commit 8fe6906

Please sign in to comment.