Skip to content

Diffsinger: fix openutau unable to load the other voicebanks if one diffsinger has mistake. #149

Diffsinger: fix openutau unable to load the other voicebanks if one diffsinger has mistake.

Diffsinger: fix openutau unable to load the other voicebanks if one diffsinger has mistake. #149

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
pr-test:
runs-on: ${{ matrix.os.runs-on }}
strategy:
matrix:
os:
- runs-on: windows-latest
arch: win-x64
- runs-on: macos-latest
arch: osx-x64
- runs-on: ubuntu-latest
arch: linux-x64
steps:
- uses: actions/checkout@v1
- name: restore
run: dotnet restore OpenUtau -r ${{ matrix.os.arch }}
- name: test
run: dotnet test OpenUtau.Test