Fix Travis tests for contract and db test splits.
This commit is contained in:
parent
4e3d6219d9
commit
dae7311a76
|
@ -6,8 +6,9 @@ compiler:
|
|||
- clang
|
||||
# Just run tests for the core
|
||||
script:
|
||||
- make CPUS="2" PKGS="racket-test"
|
||||
- make CPUS="2" PKGS="racket-test db-test"
|
||||
- racket -f pkgs/racket-pkgs/racket-test/tests/racket/quiet.rktl
|
||||
- racket pkgs/racket-pkgs/racket-test/tests/racket/contract/all.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/json/json.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/file/main.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/net/head.rkt
|
||||
|
@ -18,9 +19,9 @@ script:
|
|||
- raco test pkgs/racket-pkgs/racket-test/tests/openssl/basic.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/openssl/https.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/match/plt-match-tests.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/db/all-tests.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/zo-path.rkt
|
||||
- raco test pkgs/racket-pkgs/racket-test/tests/xml/test.rkt
|
||||
- raco test pkgs/db-pkgs/db-test/tests/db/all-tests.rkt
|
||||
notifications:
|
||||
irc: "chat.freenode.net#racket"
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue
Block a user