Skip to content

Commit

Permalink
Add Random to test deps
Browse files Browse the repository at this point in the history
This is used to load TranscodingSteam's test extension, used in this package
  • Loading branch information
jakobnissen committed Jan 19, 2024
1 parent c1aca1e commit 8d273c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "CodecLz4"
uuid = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
license = "MIT"
author = "Invenia Technical Computing"
version = "0.4.1"
version = "0.4.2"

[deps]
Lz4_jll = "5ced341a-0733-55b8-9ab6-a4889d929147"
Expand All @@ -15,6 +15,7 @@ julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[targets]
test = ["Test"]
test = ["Test", "Random"]
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using CodecLz4
using Random
using Test

@testset "CodecLz4.jl" begin
Expand Down

0 comments on commit 8d273c2

Please sign in to comment.