Skip to content

Commit

Permalink
Fix mira_test command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 5, 2019
1 parent d7ba94d commit d2f7fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN \
make -j$(nproc) chain_test mira_test test_fixed_string plugin_test && \
./tests/chain_test && \
./tests/plugin_test && \
./libraries/mira/test/mira_test
./libraries/mira/test/mira_test && \
./programs/util/test_fixed_string && \
cd /usr/local/src/steem && \
doxygen && \
Expand Down

0 comments on commit d2f7fd2

Please sign in to comment.