diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-26 22:58:58 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-26 22:58:58 +0000 |
commit | 8333ed5fb45199add1d32c04ee0d0b5e0cf74f73 (patch) | |
tree | 54b52423cdb33e1c924b6551eee3e0aeaa79a84b /.drone.yml | |
parent | 51903dd4b67e37bab9cd0e6a77c46604f214fdaa (diff) | |
download | rspamd-8333ed5fb45199add1d32c04ee0d0b5e0cf74f73.tar.gz rspamd-8333ed5fb45199add1d32c04ee0d0b5e0cf74f73.zip |
[Test] CI: Use all unit tests including expensive ones
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index baa13d46d..91ec72272 100644 --- a/.drone.yml +++ b/.drone.yml @@ -102,7 +102,7 @@ steps: # different directories (if started in parallel) - cd /rspamd/build/test - set +e - - ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? + - env RSPAMD_LUA_EXPENSIVE_TESTS=1 ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? - set -e # shell sets exit status of a process terminated by a signal to '128 + signal-number' # if rspamd-test was terminated by a signal it should be SIGSEGV or SIGABRT, try to examine core @@ -147,7 +147,7 @@ steps: - export UBSAN_OPTIONS="print_stacktrace=1:print_summary=0:log_path=/tmp/ubsan" - cd /rspamd/fedora/build/test - set +e - - ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? + - env RSPAMD_LUA_EXPENSIVE_TESTS=1 ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? - set -e # shell sets exit status of a process terminated by a signal to '128 + signal-number' # if rspamd-test was terminated by a signal it should be SIGSEGV or SIGABRT, try to examine core @@ -282,6 +282,6 @@ trigger: --- kind: signature -hmac: 5bd249274f2c2185fa3c572e9d64b62456d78e3140a9afa245bd6e65c9b9ba1e +hmac: c09067fc9552e2f761066dc409e386f950c52f9c1740157c427252a806c40871 ... |