Skip to content

Commit

Permalink
Move binary to ./bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Nov 2, 2022
1 parent 36c0ded commit f2d6240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -e

ruby test/test.rb && echo "Running ruby test.rb successful."
chmod +x ./port_ruby_to_crystal
./port_ruby_to_crystal --test
chmod +x ./bin/port_ruby_to_crystal
./bin/port_ruby_to_crystal --test
crystal run test/test.cr && echo "Running crystal run test.cr successful."

0 comments on commit f2d6240

Please sign in to comment.