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 <torinsandall@gmail.com>
This commit is contained in:
Torin Sandall
2020-10-30 15:49:58 -04:00
parent 250ee9631e
commit be44f6ca73
+1 -5
View File
@@ -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