diff --git a/.github/workflows/benchmark_parallel.yml b/.github/workflows/benchmark_parallel.yml index 1c55708e9e..5fd3afae3b 100644 --- a/.github/workflows/benchmark_parallel.yml +++ b/.github/workflows/benchmark_parallel.yml @@ -80,7 +80,7 @@ jobs: - name: Run npm test (continue on error) working-directory: ${{ matrix.test.path }} continue-on-error: true - run: npm test + run: AZLE_RECORD_BENCHMARKS=true npm test - name: Print benchmark.md contents (after test) working-directory: ${{ matrix.test.path }}