Skip to content

Commit

Permalink
Add informational message
Browse files Browse the repository at this point in the history
Displays the number of threads in used when testing.
  • Loading branch information
CiaranOMara committed Apr 20, 2023
1 parent b573c3d commit c1d7e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using BGZFStreams
using Test

@info "Environment" Threads.nthreads()

@testset "VirtualOffset" begin
voff = VirtualOffset(0, 0)
@test voff == VirtualOffset(0, 0)
Expand Down

0 comments on commit c1d7e51

Please sign in to comment.