From 2ffbebbb2e70d395ef4a3a4e6f8b39cf7b8bca03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Thu, 1 Feb 2024 09:38:45 -0800 Subject: [PATCH] Fix tests location --- .github/workflows/build.yml | 2 +- Irony/Ast/AstBuilder.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19960c0..9afb977 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,4 @@ jobs: uses: actions/checkout@v3 - name: Test - run: dotnet test ./040.Irony.Tests.VsTest.csproj -c release + run: dotnet test ./Irony.Tests/040.Irony.Tests.VsTest.csproj -c release diff --git a/Irony/Ast/AstBuilder.cs b/Irony/Ast/AstBuilder.cs index 1b943e6..fbe1caa 100644 --- a/Irony/Ast/AstBuilder.cs +++ b/Irony/Ast/AstBuilder.cs @@ -9,7 +9,7 @@ * You must not remove this notice from this software. * **********************************************************************************/ #endregion -ERROR + using System; using System.Collections.Generic; using System.Linq;