Skip to content

Commit

Permalink
add test package in toml for 1.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmthompson committed Aug 28, 2020
1 parent f4c032b commit 6dd47d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ DistributedArrays = "0.6"
Gtk = "0.17, 0.18, 1.0, 1.1"
Cairo = "0.6, 0.7, 0.8, 0.9"
MultivariateStats = "0.6, 0.7"

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

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using SpikeSorting
include("detect_test.jl")
include("feature_test.jl")

include("bench_test.jl")
#include("bench_test.jl")
#include("compatibility_test.jl")

end

0 comments on commit 6dd47d8

Please sign in to comment.