#!/bin/bash
# if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
# cd sanitize
#
# cargo test
# cargo test --features coco/strict_gc
#
# for _ in {1..10}; do
# cargo test --release
# done
# for _ in {1..10}; do
# cargo test --release --features coco/strict_gc
# done
# fi