diff --git a/Makefile.toml b/Makefile.toml index 8e4f2f291..ff4b83d0c 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -256,6 +256,7 @@ script = ''' #cargo test --package golem-worker-service-base --test services_tests -- --nocapture --report-time $JUNIT_OPTS #cargo test --package golem-worker-service-base --test api_gateway_end_to_end_tests -- --nocapture --report-time $JUNIT_OPTS #cargo test --package golem-service-base --test integration -- --nocapture --report-time $JUNIT_OPTS +which cargo-component cargo test --package wasm-rpc-stubgen-tests-integration --tests -- --nocapture --test-threads=1 --report-time ''' # $JUNIT_OPTS temporarily removed from wasm-rpc-stubgen-tests-integration to help debugging on CI