Skip to content

Commit 45f374f

Browse files
committed
Add legacy_promotions and solidus_promotions calls to bin/build
1 parent c9791ca commit 45f374f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bin/build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ echo "* Testing Solidus Sample *"
4141
echo "**************************"
4242
bin/rspec sample/spec
4343

44+
echo "**************************"
45+
echo "* Testing Legacy Promotions *"
46+
echo "**************************"
47+
bin/rspec legacy_promotions/spec
48+
49+
echo "**************************"
50+
echo "* Testing Solidus Promotions *"
51+
echo "**************************"
52+
bin/rspec promotions/spec
53+
4454
if [ -n "$COVERAGE" ]; then
4555
# Generate coverage report
4656
echo "******************************"

0 commit comments

Comments
 (0)