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 943df89 commit 8e4832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e4832a

Please sign in to comment.