test: Enable more tests for msan.

This commit is contained in:
iphydf 2022-03-27 16:44:14 +00:00
parent b768c153ae
commit ae369dc2e7
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -75,7 +75,11 @@ jobs:
- checkout
- run: git submodule update --init --recursive
- run: rm -rf /src/workspace/c-toxcore/* && mv * /src/workspace/c-toxcore/
- run: cd /src/workspace && bazel test //c-toxcore/auto_tests:lossless_packet_test
- run:
cd /src/workspace && bazel test
//c-toxcore/auto_tests:lossless_packet_test
//c-toxcore/toxav/...
//c-toxcore/toxcore/...
infer:
working_directory: ~/work