Skip to content

Commit 35aa907

Browse files
Run Concurrency tests on CI
1 parent ea0d6f1 commit 35aa907

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

IntegrationTests/Makefile

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ run_benchmark:
3030
.PHONY: benchmark
3131
benchmark: benchmark_setup run_benchmark
3232

33-
.PHONY: test
34-
test: build_rt dist/PrimaryTests.wasm
33+
.PHONY: primary_test
34+
primary_test: build_rt dist/PrimaryTests.wasm
3535
node bin/primary-tests.js
36+
37+
.PHONY: concurrency_test
3638
concurrency_test: build_rt dist/ConcurrencyTests.wasm
3739
node bin/concurrency-tests.js
40+
41+
.PHONY: test
42+
test: concurrency_test primary_test

0 commit comments

Comments
 (0)