mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
test: Enable more tests for msan.
This commit is contained in:
parent
b768c153ae
commit
ae369dc2e7
|
@ -75,7 +75,11 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- run: rm -rf /src/workspace/c-toxcore/* && mv * /src/workspace/c-toxcore/
|
- 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:
|
infer:
|
||||||
working_directory: ~/work
|
working_directory: ~/work
|
||||||
|
|
Loading…
Reference in New Issue
Block a user