mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-30 09:22:27 +00:00
fix
This commit is contained in:
parent
c682fdbeee
commit
71ea61e099
@ -10,8 +10,8 @@ jobs:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./scripts/check-pr.sh; fi
|
||||
- npm run all
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-full &&
|
||||
cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-stub;
|
||||
cd $TRAVIS_BUILD_DIR/tests/allocators/rt-full && npm run build && cd .. && npm test rt-full &&
|
||||
cd $TRAVIS_BUILD_DIR/tests/allocators/rt-stub && npm run build && cd .. && npm test rt-stub;
|
||||
fi
|
||||
env: Runs the tests on node.js LTS, also tests allocators
|
||||
- node_js: node
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
env: Runs the tests on node.js stable
|
||||
- node_js: node
|
||||
script:
|
||||
- npm run clean && npm run test:compiler threads
|
||||
- npm run clean && npm run test:compiler rt/flags threads
|
||||
env:
|
||||
- Runs experimental tests on node.js v8-canary using
|
||||
- ASC_FEATURES="simd,threads"
|
||||
|
Loading…
x
Reference in New Issue
Block a user