Skip to content

Commit 7727c94

Browse files
committed
Simplify test workflow
1 parent 2f203a6 commit 7727c94

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/test/test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@eval module $(gensym())
2-
using {PKGNAME}: {PKGNAME}
32
using Test: @testset
43

54
@testset "{PKGNAME}.jl" begin

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@eval module $(gensym())
2-
using ITensorPkgSkeleton: ITensorPkgSkeleton
32
using Test: @testset
43

54
@testset "ITensorPkgSkeleton.jl" begin

0 commit comments

Comments
 (0)