Fix sig solving for tce and es6 player variants (#47)

This commit is contained in:
Simon Sawicki
2026-02-21 17:32:45 +01:00
committed by GitHub
parent 1b648c34c1
commit 5bc9811c7a
4 changed files with 253 additions and 55 deletions

View File

@@ -380,11 +380,11 @@ jobs:
name: player-js
- name: Run Deno tests
run: |
xargs -n 1 -P 8 deno test \
xargs -n 1 -P 10 deno test \
--no-prompt \
--no-check \
--allow-read=src/yt/solver/test/players/ \
--filter <<<"$(printf -- ' %s \n' main tcc tce es5 es6 tv tv_es6 phone)"
--filter <<<"$(printf -- '-%s-\n' main tcc tce es5 es6 tv tv_es6 phone es6_tcc es6_tce)"
bun_build:
name: Test Bun build