From 8e4832aef2b2b97055bb2d78ae2284721a39bc97 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 14 Sep 2024 22:30:23 +0100 Subject: [PATCH] CI: add test to diagnose topiary problem --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 239ee9e..37e9e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - run: git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli + - run: git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli && topiary format ../ursa/src/ursa/prelude.ursa - run: | npm install npm run test-all