tests: run babashka.process lib tests on windows (#1564)

Now that babashka.process tests are os agnostic we can also run them
on Windows.

This should now work, see babashka/process#126
This commit is contained in:
Lee Read 2023-05-19 05:26:18 -04:00 committed by GitHub
parent 41e5e0c484
commit 0e47d7f7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,13 +93,13 @@
(test-doric-cyclic-dep-problem))
;;;; babashka.process
(when-not (windows?)
;; test built-in babashka.process
(test-namespaces 'babashka.process-test)
;; test built-in babashka.process
(test-namespaces 'babashka.process-test)
;; test babashka.process from source
(require '[babashka.process] :reload)
(test-namespaces 'babashka.process-test))
;; test babashka.process from source
#_{:clj-kondo/ignore [:duplicate-require]}
(require '[babashka.process] :reload)
(test-namespaces 'babashka.process-test)
;;;; final exit code