aboutsummaryrefslogtreecommitdiff
path: root/compiletest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compiletest.sh')
-rw-r--r--compiletest.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/compiletest.sh b/compiletest.sh
deleted file mode 100644
index 9af5a5f..0000000
--- a/compiletest.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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