Skip to content

Commit

Permalink
test ambiguities & unbound args
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Pinyol committed Apr 18, 2023
1 parent 3583abe commit 8945320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ using TranscodingStreams
using Test
using Pkg

@test isempty(detect_unbound_args(TranscodingStreams; recursive=true))
@test isempty(detect_ambiguities(TranscodingStreams; recursive=true))

# Tool tests
# ----------

Expand Down

0 comments on commit 8945320

Please sign in to comment.