Skip to content

Commit

Permalink
Update the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 17, 2023
1 parent 40cebf5 commit f32418c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-founder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with: {submodules: recursive}
- uses: actions-rs/toolchain@v1
with: {toolchain: stable}
- run: make -C founder test-draw-selected
- run: make -C founder test-vectorize-selected
- run: make -C founder test-name-selected
- run: make -C founder test-draw
- run: make -C founder test-vectorize
- run: make -C founder test-name
- run: make -C founder test-convert-selected
- run: make -C founder test-rasterize-selected

0 comments on commit f32418c

Please sign in to comment.