diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfd621d0..ea645447 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,12 @@ on: branches: - master paths: - - 'v2rayN/ServiceLib/Services/CoreConfig/**' - - 'v2rayN/ServiceLib/Handler/Fmt/**' + - 'v2rayN/ServiceLib/**' + - 'v2rayN/ServiceLib.UdpTest/**' + - 'v2rayN/ServiceLib.Tests/**' + - 'v2rayN/Directory.Build.*' + - 'v2rayN/Directory.Packages.props' + - 'global.json' - '.github/workflows/test.yml' permissions: @@ -19,9 +23,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v7 - with: - submodules: 'recursive' - fetch-depth: '0' - name: Setup .NET uses: actions/setup-dotnet@v6 diff --git a/global.json b/global.json index 802ab217..3140116d 100644 --- a/global.json +++ b/global.json @@ -2,4 +2,4 @@ "test": { "runner": "Microsoft.Testing.Platform" } -} \ No newline at end of file +}