Skip to content

Commit 1ef69f6

Browse files
committed
chore: run 2015 with nexttest
Signed-off-by: markkovari <kovarimarkofficial@gmail.com>
1 parent 4c9bdbe commit 1ef69f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+83
-26
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,18 @@ jobs:
2828
- name: Install Rust Nightly for 2021/_4
2929
uses: dtolnay/rust-toolchain@nightly
3030
if: ${{ matrix.project == '2021/_4' }}
31+
- name: Install cargo-nextest
32+
run: cargo install cargo-nextest
33+
- name: Build 2015 binary
34+
if: ${{ matrix.project == '2015' }}
35+
run: cargo build --release
36+
working-directory: ${{ matrix.project }}
37+
- name: Run Rust tests in 2015 with cargo-nextest
38+
if: ${{ matrix.project == '2015' }}
39+
run: cargo nextest run
40+
working-directory: ${{ matrix.project }}
3141
- name: Run Rust tests in ${{ matrix.project }}
42+
if: ${{ matrix.project != '2015' }}
3243
run: cargo test
3344
working-directory: ${{ matrix.project }}
3445

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)