From 1c15c629c76b2becb346c18171548d57a797e1b8 Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Fri, 25 Oct 2024 11:20:35 +0200 Subject: [PATCH] fix: correct scenario name in performance workflow --- .github/workflows/performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 4913a2a..73af2eb 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -91,7 +91,7 @@ jobs: fail-fast: false matrix: # To run a test with TryCP and default configuration, add the scenario name to this array. - scenario: [trycp_write_validated, remote_call_rate, validation_receipts, remote_signal_scenario] + scenario: [trycp_write_validated, remote_call_rate, validation_receipts, remote_signals] # To run a test with TryCP and additional configuration, add the scenario name and `extra-args` as an `include` item. include: - scenario: two_party_countersigning