tests: run babashka.process lib tests on windows (#1559)
Now that babashka.process tests are os agnostic we can also run them on Windows.
This commit is contained in:
parent
342cedbcfa
commit
7f8ec567e6
1 changed files with 6 additions and 6 deletions
|
|
@ -93,13 +93,13 @@
|
||||||
(test-doric-cyclic-dep-problem))
|
(test-doric-cyclic-dep-problem))
|
||||||
|
|
||||||
;;;; babashka.process
|
;;;; babashka.process
|
||||||
(when-not (windows?)
|
;; test built-in babashka.process
|
||||||
;; test built-in babashka.process
|
(test-namespaces 'babashka.process-test)
|
||||||
(test-namespaces 'babashka.process-test)
|
|
||||||
|
|
||||||
;; test babashka.process from source
|
;; test babashka.process from source
|
||||||
(require '[babashka.process] :reload)
|
#_{:clj-kondo/ignore [:duplicate-require]}
|
||||||
(test-namespaces 'babashka.process-test))
|
(require '[babashka.process] :reload)
|
||||||
|
(test-namespaces 'babashka.process-test)
|
||||||
|
|
||||||
;;;; final exit code
|
;;;; final exit code
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue