summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-21 15:50:28 -0700
committermo khan <mo.khan@gmail.com>2020-11-21 15:50:28 -0700
commitf2b830be1331135b50384abf5ac862573dd9d414 (patch)
tree6428a886053cb618abc59a948e0c09eac669c1fe
parent6d9010c66efac72ce7320f6f272c5dac21322966 (diff)
fix: restore test.rb to make sure CI still builds
-rw-r--r--test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.rb b/test.rb
new file mode 100644
index 0000000..3a550a5
--- /dev/null
+++ b/test.rb
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+
+exec("./script/test")