|
|
|
@ -57,13 +57,13 @@ jobs:
@@ -57,13 +57,13 @@ jobs:
|
|
|
|
|
- name: Execute ICS.D unit tests (net6.0) |
|
|
|
|
run: vstest.console $env:Tests1 |
|
|
|
|
env: |
|
|
|
|
Tests1: ICSharpCode.Decompiler.Tests\bin\${{ matrix.configuration }}\net6.0\ICSharpCode.Decompiler.Tests.exe |
|
|
|
|
Tests1: ICSharpCode.Decompiler.Tests\bin\${{ matrix.configuration }}\net6.0\ICSharpCode.Decompiler.Tests.dll |
|
|
|
|
|
|
|
|
|
- name: Execute unit tests (net6.0-windows) |
|
|
|
|
run: vstest.console $env:Tests2 $env:Tests3 |
|
|
|
|
env: |
|
|
|
|
Tests2: ILSpy.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.Tests.exe |
|
|
|
|
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.BamlDecompiler.Tests.exe |
|
|
|
|
Tests2: ILSpy.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.Tests.dll |
|
|
|
|
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.BamlDecompiler.Tests.dll |
|
|
|
|
|
|
|
|
|
- name: Style - tab check |
|
|
|
|
run: python BuildTools\tidy.py |
|
|
|
|