Skip to content

Commit

Permalink
Add Random to test dependencies
Browse files Browse the repository at this point in the history
This is used to load TranscodingStreams' extension for downstream testing
  • Loading branch information
jakobnissen committed Jan 19, 2024
1 parent 990c4cc commit 4f0c8a5
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 = "CodecBase"
uuid = "6c391c72-fb7b-5838-ba82-7cfb1bcfecbf"
license = "MIT"
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
version = "0.3.1"
version = "0.3.2"

[deps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
Expand All @@ -13,6 +13,7 @@ julia = "1"

[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,5 +1,6 @@
using CodecBase
using Test
using Random
import TranscodingStreams:
TranscodingStream,
test_roundtrip_read,
Expand Down

0 comments on commit 4f0c8a5

Please sign in to comment.