Skip to content

Commit

Permalink
make agent-test faster, no force-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
inflector committed Nov 30, 2017
1 parent b42721e commit 927742a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ agent-docs)
;;

agent-test)
docker-compose create --build --force-recreate test
docker-compose start testrpc
docker-compose create --build test
docker-compose run test ./agent.sh test
;;

Expand Down

0 comments on commit 927742a

Please sign in to comment.