Skip to content

Commit

Permalink
run examples in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Jul 18, 2021
1 parent 5dd1f80 commit fa860cd
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Primes = "0.4, 0.5"
julia = "1"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "DynamicPolynomials", "Random"]
test = ["Test", "DynamicPolynomials", "Random", "Pkg"]
Loading

0 comments on commit fa860cd

Please sign in to comment.