Skip to content

Commit

Permalink
Incorrect arguments passed for running bench fix #1164
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Nov 15, 2023
1 parent 9962f34 commit 00b87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
options: 'datasets datasets/3-nodes.json datasets/1-node.json --output-directory $(pwd)/../benchmarks --timeout 1000s'
- package: plutus-merkle-tree
bench: on-chain-cost
options: '--output-directory $(pwd)/../benchmarks'
options: '$(pwd)/../benchmarks'
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 00b87b0

Please sign in to comment.