chore(ci): use cargo-nextest for running tests (#717)

* chore(ci): use cargo-nextest for running tests

* refactor(make): run library tests before doc tests
This commit is contained in:
Orhun Parmaksız
2023-12-27 19:50:56 +01:00
committed by GitHub
parent 9574198958
commit 8d77b734bb
2 changed files with 16 additions and 3 deletions

View File

@@ -151,6 +151,8 @@ jobs:
toolchain: ${{ matrix.toolchain }}
- name: Install cargo-make
uses: taiki-e/install-action@cargo-make
- name: Install cargo-make
uses: taiki-e/install-action@nextest
- name: Test ${{ matrix.backend }}
run: cargo make test-backend ${{ matrix.backend }}
env: