diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed931c5f..3470f967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Prefetch grammars + run: cargo run --all-features -- prefetch + - name: Run test suite run: cargo test --all-features diff --git a/CHANGELOG.md b/CHANGELOG.md index 77070d3b..5900e046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,8 +62,9 @@ This name should be decided amongst the team before the release. ### Fixed - [#867](https://github.com/tweag/topiary/pull/867) Enable coverage check and add code samples for OpenSCAD +- [#869](https://github.com/tweag/topiary/pull/869) Disable parallel grammar building on Windows - +