Run tests in CI
change mloxuptrwkrqopppxruuqooolrzsrxoy
commit 3fdc61f7d64aa1c60ffe09e176b21f169a823b60
author Alpha Chen <alpha@kejadlen.dev>
date
parent wyzqotwp
diff --git a/.quire/ci.fnl b/.quire/ci.fnl
index 9e5b86a..3fb3fd4 100644
--- a/.quire/ci.fnl
+++ b/.quire/ci.fnl
@@ -1,9 +1,9 @@
 (local {: job : mirror} (require :quire.ci))
 
+(job :test [:quire/push] (fn [{: sh}] (sh [:cargo :test])))
+
 (mirror "https://github.com/kejadlen/quire.git"
         {:refs [:refs/heads/main]
          :secret :github_auth_header
          :tag (fn [{: sha}]
                 (.. :v (os.date "!%Y-%m-%d") "-" (sha:sub 1 8)))})
-
-; (job :test [:quire/push] (fn [{: sh}] (sh [:cargo :test])))