Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Dec 15, 2023
1 parent 6ad5044 commit 65af3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ download-spec-tests: clean-spec-tests
#!/usr/bin/env bash
if [[ ! -d 'consensus-spec-tests' ]]; then
echo "Downloading test data."
test-utils/scripts/download_consensus_specs.sh
bash test-utils/scripts/download_consensus_specs.sh
fi
# deletes all the downloaded spec tests
Expand Down

0 comments on commit 65af3a1

Please sign in to comment.