diff --git a/bin/run b/bin/run index 95d186d..d802c52 100755 --- a/bin/run +++ b/bin/run @@ -2,7 +2,7 @@ set -eu W=/workspace -FILES="preloaded.4th solution.4th testest.4th tests.4th" +FILES="preamble.4th testest.4th protect.4th solution.4th prepare.4th tests.4th" # Create container C=$(docker container create --rm -w $W ghcr.io/codewars/forth:latest sh -c "gforth $FILES -e bye")