Skip to content

Commit

Permalink
[fix] CI fix asan check
Browse files Browse the repository at this point in the history
  • Loading branch information
VCgege committed Oct 28, 2024
1 parent 1fbc9ba commit 1402eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install libsnappy-dev zlib1g-dev libstdc++6
make SANTIZER=address -j8
make SANITIZER=address -j8
- name: make test
run: make test-disk

Expand Down

0 comments on commit 1402eef

Please sign in to comment.