Skip to content

Commit

Permalink
Enable all testsitems
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Aug 1, 2024
1 parent 2804413 commit 596af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ using TestItems, TestItemRunner
#Environment variable set by CI
const CI = get(ENV, "CI", nothing)

@run_package_tests filter=ti->(:motion in ti.tags)&&(isnothing(CI) || :skipci ti.tags) #verbose=true
@run_package_tests filter=ti->(:core in ti.tags)&&(isnothing(CI) || :skipci ti.tags) #verbose=true

@testitem "Spinors×Mag" tags=[:core] begin
using KomaMRICore: Rx, Ry, Rz, Q, rotx, roty, rotz, Un, Rφ, Rg
Expand Down

0 comments on commit 596af23

Please sign in to comment.