8000 Update test.bat to use dotnet test. · obfuscar/obfuscar@3248889 · GitHub
[go: up one dir, main page]

Skip to content

Update test.bat to use dotnet test. #41

Update test.bat to use dotnet test.

Update test.bat to use dotnet test. #41

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
windows:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Submodule
shell: cmd
run: git submodule update --init --recursive
- name: Build
shell: cmd
run: dist.pack.bat
- name: Test
shell: cmd
run: test.bat
0