mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-14 15:01:16 +00:00
6 lines
156 B
Makefile
6 lines
156 B
Makefile
test:
|
|
cargo test --features "query_encoding serde rustc-serialize"
|
|
[ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize
|
|
|
|
.PHONY: test
|