Skip to content

Commit

Permalink
add Test to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Dec 5, 2024
1 parent 6657ce7 commit 4df9d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ version = "0.1.0"
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Stipple = "0.28, 0.30"
WGLMakie = "0.10"

[targets]
test = ["Test"]
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Test

using Stipple
using Stipple.ReactiveTools

Expand Down

0 comments on commit 4df9d58

Please sign in to comment.