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 97d5934 commit d39ec15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
- run: mkdir -p ~/.cache # work around https://github.com/tweag/topiary/issues/740
- run: git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli
- run: |
mkdir -p ~/.cache
strace -f topiary -v -v -v -v format --language ursa --query ./src/topiary/ursa.scm < ./src/ursa/prelude.ursa
npm install
npm run test-all

0 comments on commit d39ec15

Please sign in to comment.