Skip to content

Commit ea1af11

Browse files
committed
Add 'mbed test --compile' to workflow tests
1 parent 5023916 commit ea1af11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test:
88
- cd ../tests/new-test && mbed ls
99
- cd ../tests/new-test/mbed-os/core && pip install -r requirements.txt
1010
- cd ../tests/new-test && mbed compile --source=. --source=mbed-os/TESTS/integration/basic -j 0
11+
- cd ../tests/new-test && mbed test --compile -n tests-integration-threaded_blinky -j 0
1112
- cd ../tests && mbed import https://github.com/ARMmbed/mbed-Client-example-temp git-test
1213
- cd ../tests/git-test && mbed update 2d9404a4f88db7de0e5a9ea2acdbca1aeacab9c4 --clean
1314
- cd ../tests/git-test && mbed update master --clean

0 commit comments

Comments
 (0)