Skip to content

Commit

Permalink
Run direct
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 4, 2023
1 parent aa4162b commit 20ec144
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,5 @@ jobs:
set -euo pipefail
# If all scripts in test.sh pass then the test is successful, else fail
# and print the name of the script that failed
for script in ./tests/*.sh; do
if ! bash "$script"; then
echo "Test failed: $script"
exit 1
else
echo "Test passed: $script"
fi
done
./test/run-kevm.sh
'

0 comments on commit 20ec144

Please sign in to comment.