Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jan 2, 2022
1 parent ce28b74 commit 5b0adbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
cd examples/complex && go build . && cd ../..
cd examples/dag && go build . && cd ../..
cd examples/myscript && go build . && cd ../..
cd docs/complex && go build . && cd ../..
cd docs/tool && go build . && cd ../..
cd docs/script && go build . && cd ../..

race:
Expand Down

0 comments on commit 5b0adbc

Please sign in to comment.