Removed tests, because they should have been done in git-cli.

This commit is contained in:
2026-08-18 23:06:58 +02:00
parent 1cc55cbc51
commit 4cc585c8c6
5 changed files with 51 additions and 71 deletions
+6 -2
View File
@@ -2,7 +2,7 @@
(define collection "rash-git-cli")
(define pkg-desc "Rash line-mode integration for git-cli")
(define version "0.1.0")
(define version "0.1.5")
(define pkg-authors '("Hans Dijkema"))
(define license 'MIT)
@@ -17,5 +17,9 @@
"racket-doc"
"scribble-lib"))
;; Example programs are executable demonstrations, not package tests.
(define test-omit-paths
'("examples"))
(define scribblings
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))