do not run check symbols
This commit is contained in:
parent
24f5c3f5e4
commit
a24c2f04f6
7
Makefile
7
Makefile
|
@ -31,10 +31,11 @@ build: src/py_class/py_class_impl.rs
|
|||
|
||||
test: build
|
||||
cargo test $(CARGO_FLAGS)
|
||||
ifeq ($(NIGHTLY),1)
|
||||
|
||||
#ifeq ($(NIGHTLY),1)
|
||||
# ast-json output is only supported on nightly
|
||||
python$(PY) tests/check_symbols.py
|
||||
endif
|
||||
# python$(PY) tests/check_symbols.py
|
||||
#endif
|
||||
|
||||
doc: build
|
||||
cargo doc --no-deps $(CARGO_FLAGS)
|
||||
|
|
Loading…
Reference in New Issue