Sha256: fe69edebe52f13b84371f7cb545f93f19c4a89c4e4584174c98de97095f40468

Contents?: true

Size: 154 Bytes

Versions: 1

Compression:

Stored size: 154 Bytes

Contents

#!/bin/bash

set -e
echo "[bin/ci] Running unit tests"
bundle exec rake test

echo "[bin/ci] Running integration tests"
bundle exec rake test:integration

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
optparse-plus-3.0.1 bin/ci