chore(ci): fix nvm version usage for web parallel tests

This commit is contained in:
Arthur Meyre
2024-07-18 14:32:53 +02:00
parent 3b8dace975
commit ffb8b4f930

View File

@@ -993,7 +993,7 @@ bench_web_js_api_parallel: build_web_js_api_parallel
.PHONY: bench_web_js_api_parallel_ci # Run benchmarks for the web wasm api
bench_web_js_api_parallel_ci: build_web_js_api_parallel
source ~/.nvm/nvm.sh && \
nvm use node && \
nvm use $(NODE_VERSION) && \
$(MAKE) -C tfhe/web_wasm_parallel_tests bench-ci
#