Skip to content

Commit

Permalink
Adjust the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed May 20, 2024
1 parent 5a2b151 commit 27b6981
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- uses: actions/checkout@v4
with: {submodules: recursive}
- run: rustup toolchain install stable --profile=minimal
- run: make -C founder test-name-internal
- run: make -C founder test-rasterize-internal
- run: make -C founder test-vectorize-internal
- run: make -C founder test-name-external
- run: make -C founder test-vectorize-external
- run: make test-name-internal
- run: make test-rasterize-internal
- run: make test-vectorize-internal
- run: make test-name-external
- run: make test-vectorize-external

0 comments on commit 27b6981

Please sign in to comment.