diff options
author | EuAndreh <eu@euandre.org> | 2024-10-05 03:04:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-05 03:04:11 -0300 |
commit | c7ac34d05114ca6f5ee67baa58f35007f48c282d (patch) | |
tree | 19c1ee38ec3f9257462cda15f530b1bd1e0362ac /Makefile | |
parent | Remove support for dynamically loading extensions (diff) | |
download | golite-c7ac34d05114ca6f5ee67baa58f35007f48c282d.tar.gz golite-c7ac34d05114ca6f5ee67baa58f35007f48c282d.tar.xz |
Makefile: run "fuzz" in "check-integration" target (for 1 second)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ $(integration-tests): ALWAYS sh $@ check-integration: $(integration-tests) +check-integration: fuzz ## Run all tests. Each test suite is isolated, so that a parallel |