ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove cram tests entirely

References: https://todo.sr.ht/~jonsterling/forester/164

-14
-3
bin/forester/dune
··· 6 6 (module theme_site) 7 7 (sites forester)) 8 8 9 - (cram 10 - (deps %{bin:forester})) 11 - 12 9 (install 13 10 (section 14 11 (site
-8
bin/forester/test.t
··· 1 - SPDX-FileCopyrightText: 2024 The Forester Project Contributors 2 - SPDX-License-Identifier: GPL-3.0-or-later 3 - 4 - $ git clone https://git.sr.ht/~jonsterling/forester-notes.org 5 - Cloning into 'forester-notes.org'... 6 - $ cd forester-notes.org 7 - $ forester build 8 - Success!
-3
lib/core/test/dune
··· 2 2 ;;; 3 3 ;;; SPDX-License-Identifier: GPL-3.0-or-later 4 4 5 - ; (cram 6 - ; (deps %{bin:test-errors})) 7 - 8 5 (executable 9 6 (preprocess 10 7 (pps ppx_deriving.show))