Allow running tests on all channels
diff --git a/testcrate/src/lib.rs b/testcrate/src/lib.rs
new file mode 100644
index 0000000..cdfbe1a
--- /dev/null
+++ b/testcrate/src/lib.rs
@@ -0,0 +1,6 @@
+#[cfg(test)]
+mod tests {
+    #[test]
+    fn it_works() {
+    }
+}