travis.yml: Testing all of core is too much code? It hung for 10m without any output.

Maybe we could load-all then test core?
Also, maybe doing ``"math" test`` takes too long because we test all the subvocabs, so we should just test single vocabs at a time, non-recursively.
elevate-erg
Doug Coleman 2018-07-05 01:18:37 -05:00
parent 4d3430c8cc
commit 739742d0ae
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ script:
- "./factor -e='USING: memory vocabs.hierarchy ; \"zealot\" load save'" - "./factor -e='USING: memory vocabs.hierarchy ; \"zealot\" load save'"
- ./factor -run=zealot.cli-changed-vocabs - ./factor -run=zealot.cli-changed-vocabs
- ./factor -run=zealot.cli-test-changed-vocabs - ./factor -run=zealot.cli-test-changed-vocabs
- "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'" # - "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'"