diff --git a/Makefile b/Makefile index 73a04051..e314689c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ build: # Run tests of code. # ------------------------ -TEST_EXCLUDE = $(foreach x,$(ALL_EXCLUDE) fuzzers minitests experiments,--ignore $(x)) +TEST_EXCLUDE = $(foreach x,$(ALL_EXCLUDE) docs fuzzers minitests experiments,--ignore $(x)) test: test-py test-cpp @true