We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c633ad commit d414f8cCopy full SHA for d414f8c
test/runtests.jl
@@ -1,3 +1,6 @@
1
using Pkg
2
3
+if VERSION >= v"1.5"
4
+ Pkg.develop(path="../SwapLiterals")
5
+end
6
Pkg.test("SwapLiterals")
0 commit comments