summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOzan Tezcan <ozantezcan@gmail.com>2021-11-21 19:27:54 +0300
committerGitHub <noreply@github.com>2021-11-21 18:27:54 +0200
commita68b71ac02db64cd4b6fbb2cb5219ea43e19ea88 (patch)
treeaf1d09d65b374594306c650417a394afa44b2cc0 /.github
parentfd0ca74763f232336005b9bda889639a2bcd4a39 (diff)
downloadredis-a68b71ac02db64cd4b6fbb2cb5219ea43e19ea88.tar.gz
Don't use accurate option with ASAN unit tests (#9818)
specifically the ziplist and listpack unit tests and benchmarks run for too long with address sanitizer and --accurate
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 58501dc0a..faaaf02ef 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -346,7 +346,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'cluster')
run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}}
- name: unittest
- run: ./src/redis-server test all --accurate
+ run: ./src/redis-server test all
test-sanitizer-undefined:
runs-on: ubuntu-latest