Skip to content

Commit

Permalink
Before running tests, insure new deps are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 13, 2019
1 parent b867248 commit c86c661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/update-and-test
Expand Up @@ -19,6 +19,8 @@ my $old-rev = get-rev;
run(<git pull --rebase>);
my $new-rev = get-rev;

run(<zef install --deps-only .>);

if $old-rev eq $new-rev {
say "No changes to test.";
} else {
Expand Down

0 comments on commit c86c661

Please sign in to comment.