blob: 9af5a5fc363940451b39b967675f7bb1b4b84710 [file] [log] [blame]
#!/bin/bash
# A script to run compile tests with the same condition of the checks done by CI.
#
# Usage
#
# ```sh
# . ./compiletest.sh
# ```
TRYBUILD=overwrite cargo +nightly test -p pin-project --all-features --test compiletest -- --ignored
# cargo +nightly test -p pin-project --all-features --test compiletest -- --ignored