From be44f6ca73fa654ac8d299b73c7fa846dadc0f70 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Fri, 30 Oct 2020 15:49:58 -0400 Subject: [PATCH] Makefile: Update ci-wasm target to generate wasm binary With the latest CI changes to auto-generate the wasm binary and commit post-merge we need to have the ci-wasm target run `go generate`. Since the `wasm-test` target already does this, just re-use it. Signed-off-by: Torin Sandall --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 48d6e04143..b5851dee26 100644 --- a/Makefile +++ b/Makefile @@ -227,12 +227,8 @@ ci-release-test: ci-check-working-copy: generate ./build/check-working-copy.sh -# The ci-wasm target exists because we do not want to run the generate -# target outside of Docker. This step duplicates the the wasm-rego-test target -# above. .PHONY: ci-wasm -ci-wasm: wasm-lib-test - GOVERSION=$(GOVERSION) ./build/run-wasm-rego-tests.sh +ci-wasm: wasm-test .PHONY: build-linux build-linux: ensure-release-dir