diff --git a/.drone.yml b/.drone.yml index c3b082a..f334182 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,8 +31,8 @@ steps: image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd Sources/ - - dotnet restore MineGuide.sln - - dotnet test MineGuide.sln --no-restore + - dotnet restore MineGuide_linuxOnly.sln + - dotnet test MineGuide_linuxOnly.sln --no-restore depends_on: [build_net7, build_maui]