Keep slow tests separate from unit tests

This commit is contained in:
Emlyn Corrin 2022-07-30 17:27:39 +01:00
Родитель 78d8459551
Коммит 6bb7e84165
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,7 @@
:aliases {"checks" ["do" "check" ["cljfmt" "check"] "clj-kondo"]
"clj-kondo" ["with-profile" "+clj-kondo" "run" "-m" "clj-kondo.main" "--lint" "src" "test"]
"tests" ["do" "with-profile" "+1.11:+1.10:+1.9:+1.8:+1.7" "test," "test" ":slow"]
"tests" ["with-profile" "+1.11:+1.10:+1.9:+1.8:+1.7" "test"]
"fig:build" ["trampoline" "run" "-m" "figwheel.main" "-b" "dev" "-r"]
"fig:min" ["run" "-m" "figwheel.main" "-O" "advanced" "-bo" "dev"]
"fig:test" ["run" "-m" "figwheel.main" "-co" "test.cljs.edn" "-m" "same.test-runner"]}