#!/bin/bash
set -ex
cargo rustc -- --cfg build_check_all
cargo test --all
cargo test --all --target i686-unknown-linux-gnu
