#!/bin/bash
set -e

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