Skip to content

Commit 111bed1

Browse files
committed
Add tests to makefile
1 parent dc20b3c commit 111bed1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ all: wasm-binding python-binding build
3636
run-tests:
3737
RSCEL_TEST_PROTO=1 cargo test -q $(CARGO_ARGS)
3838

39+
run-no-sql-tests:
40+
cargo test --manifest-path=extensions/to_sql/Cargo.toml -q
41+
3942
run-no-feature-tests:
4043
cargo test -q --no-default-features $(CARGO_ARGS)
4144

@@ -55,4 +58,4 @@ run-wasm-tests:
5558
$(MAKE_COMMAND) -C wasm wasm-tests
5659

5760
.PHONY: run-all-tests
58-
run-all-tests: run-tests run-no-feature-tests run-python-tests run-wasm-tests
61+
run-all-tests: run-tests run-no-feature-tests run-no-sql-tests run-python-tests run-wasm-tests

wasm/tests/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)