Split crates and clean up structure of codebase (#294)

Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Félix Saparelli 2022-08-20 23:24:12 +12:00 committed by GitHub
parent bf700f9012
commit 4b00f5f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 2989 additions and 1423 deletions

View file

@ -21,7 +21,7 @@ jobs:
- windows
runs-on: ${{ matrix.os }}-latest
name: on ${{ matrix.os }}
name: unit tests on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
@ -44,7 +44,7 @@ jobs:
- name: Install deps
if: matrix.os == 'ubuntu'
run: sudo ./ci-scripts/install-deps.sh
run: sudo .github/scripts/install-deps.sh
- name: Test (Unix)
if: matrix.os != 'windows'