Skip to content

Commit

Permalink
Fix tests location
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Feb 1, 2024
1 parent 9c29360 commit 2ffbebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Irony/Ast/AstBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* You must not remove this notice from this software.
* **********************************************************************************/
#endregion
ERROR

using System;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit 2ffbebb

Please sign in to comment.