Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <georgelemon@protonmail.com>
  • Loading branch information
georgelemon committed Nov 22, 2024
1 parent 5fe9a4d commit 9fa6782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
tar zxvf blend2d-0.11.4.tar.gz
cmake blend2d -B blend2d/build -DCMAKE_BUILD_TYPE=Release -DBLEND2D_EMBED=TRUE
cmake --build blend2d/build
# - run: nimble install -Y
# - run: nim c -r src/${{ github.event.repository.name }}.nim
# - run: nimble test
- run: nimble install -Y
- run: nimble test
2 changes: 2 additions & 0 deletions tests/test1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import std/os

import blend2d

discard existsOrCreateDir("tests/out")

test "filled background":
group main, 200, 200:
this.fillStyle(colSalmon)
Expand Down

0 comments on commit 9fa6782

Please sign in to comment.