Skip to content

Commit e1406b5

Browse files
committed
run all tests
1 parent c4063b8 commit e1406b5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/js.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ jobs:
3535
run: npm run static-test
3636
- name: Live Tests (TS ESM)
3737
run: npm run ts-test-live
38-
- name: Ws Live Tests (spot)
39-
run: npm run ws-tests-spot
40-
- name: Ws Live Tests (futures)
41-
run: npm run ws-tests-futures
42-
- name: Ws Live Tests (api userdata)
43-
run: npm run ws-api-userdata-tests
4438
- name: CJS test
4539
run: npm run test-cjs
4640
- name: Package test
4741
run: npm run package-test
42+
- name: Ws Live Tests
43+
run: npm run ws-live-tests

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"ws-tests-spot": "mocha ./tests/binance-ws-spot.test.ts --exit",
3434
"ws-tests-futures": "mocha ./tests/binance-ws-futures.test.ts --exit",
3535
"ws-api-userdata-tests": "mocha ./tests/binance-ws-api-userdata.test.ts --exit",
36+
"ws-live-tests": "mocha ./tests/binance-ws-spot.test.ts ./tests/binance-ws-futures.test.ts ./tests/binance-ws-api-userdata.test.ts --exit",
3637
"test-debug": "mocha --inspect-brk",
3738
"lint": "eslint src/",
3839
"cover": "istanbul cover _mocha --report lcovonly",

0 commit comments

Comments
 (0)