diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 241cea8..750c00d 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -52,4 +52,4 @@ jobs: run: dotnet build ./QuantConnect.IQFeed.Tests/QuantConnect.DataSource.IQFeed.Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1 - name: Run Tests - run: dotnet test ./QuantConnect.IQFeed.Tests/bin/Release/QuantConnect.DataSource.IQFeed.Tests.dll + run: dotnet test ./QuantConnect.IQFeed.Tests/bin/Release/QuantConnect.Lean.DataSource.IQFeed.Tests.dll