Skip to content

Commit

Permalink
fix: correct scenario name in performance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Oct 25, 2024
1 parent 43afb07 commit e5c1aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5c1aaf

Please sign in to comment.