#!/usr/bin/env bash
set -e

run bundle exec rake "-j$COMPILE_CONCURRENCY" test:source_packaging
