Skip to content

Commit

Permalink
CI: add test to diagnose topiary problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 14, 2024
1 parent 2dab132 commit c986d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
node-version: 20
- run: git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli
- run: |
RUST_BACKTRACE=full topiary -v -v -v -v format --language ursa --query ./ursa/src/topiary/ursa.scm < ./ursa/src/ursa/prelude.ursa
npm install
npm run test-all

0 comments on commit c986d52

Please sign in to comment.