Skip to content

Commit

Permalink
Simplify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 26, 2024
1 parent 2f203a6 commit 7727c94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/test/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@eval module $(gensym())
using {PKGNAME}: {PKGNAME}
using Test: @testset

@testset "{PKGNAME}.jl" begin
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@eval module $(gensym())
using ITensorPkgSkeleton: ITensorPkgSkeleton
using Test: @testset

@testset "ITensorPkgSkeleton.jl" begin
Expand Down

0 comments on commit 7727c94

Please sign in to comment.