Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Nov 30, 2021
1 parent da15ebc commit 2726769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.3.22 - 2021.11.30
## v1.3.23 - 2021.11.30
- Add net6.0 support.
- Update GrEmit dependency to v3.4.10.

Expand Down
3 changes: 3 additions & 0 deletions GrobExp.Compiler.Tests/TestSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ public void TestLong()
}

[Test]
#if NETCOREAPP
[Ignore("FailingOnNetCore")]
#endif
[Category("FailingOnNetCore")]
public void TestString()
{
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build_script:
test_script:
- cmd: dotnet jb cleanupcode GrobExp.Compiler.sln --profile=CatalogueCleanup --verbosity=WARN
- cmd: git diff --exit-code
- cmd: dotnet test --no-build --configuration Release --filter TestCategory!=LongRunning^&TestCategory!=FailingOnNetCore ./GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj
- cmd: dotnet test --no-build --configuration Release --filter TestCategory!=LongRunning ./GrobExp.Compiler.Tests/GrobExp.Compiler.Tests.csproj

artifacts:
- path: './GrobExp.Compiler/bin/Release/*.nupkg'
Expand Down

0 comments on commit 2726769

Please sign in to comment.