From bd9ce9f01f564d303cc9d0f03e6151234912487a Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 5 Nov 2023 20:53:00 +0100 Subject: [PATCH] fix: remove sanity_check.sh --- sanity_check.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sanity_check.sh diff --git a/sanity_check.sh b/sanity_check.sh deleted file mode 100644 index fe7ae2a..0000000 --- a/sanity_check.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -cd domo_proto -if cargo test &> /dev/null; then - echo "proto build is ok; you're fiiiine" -else - echo "proto build failed; haaha, nothing works, it's not fine" - exit 1 -fi -cd ../domo_node -if cargo build &> /dev/null; then - echo "node build is ok; totally fine" -else - echo "node build failed but imagine if it worked though, hahahahaha" - exit 1 -fi \ No newline at end of file