From fa70c23b8f5e6484e0a43a2024e7c8cef333cc9e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 11 May 2022 15:36:47 -0400 Subject: [PATCH] only do normal tests for push.sh --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 6441f0a..79365bd 100755 --- a/push.sh +++ b/push.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e #kill script if error occurs -cargo test-all-features +cargo test bash build.sh release