Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 651 Bytes

Wally Tests

This repo contains some tests we are doing in the wild using Wally.

Book of Clerk

We are checking some parts of https://github.clerk.garden/nextjournal/book-of-clerk (unofficially) so we can harden Wally and also incentivize people to test projects they love (and I love Clerk).

Running tests locally

To run things locally, use

clj -M:test

Running tests in the CI

When a new PR is opened or a merge happens to main, the tests are run in headless mode in Github Actions, see the the test file.