Skip to content

Commit 08ba4e8

Browse files
committed
test: add nightly feature tests for top-level Cargo Make
1 parent 77e947b commit 08ba4e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ jobs:
9292

9393
- name: Run Cargo Test (Top-Level tests Folder via Cargo Make)
9494
run: cargo +${{ matrix.rust_toolchain }} make --cwd ./tests test --locked --profile ${{ matrix.cargo_profile }}
95+
96+
- name: Run Cargo Test (Top-Level tests Folder via Cargo Make) w/ Nightly Features
97+
# some tests have varying collateral depending on whether the nightly feature is enabled (not to be confused with the nightly toolchain)
98+
run: cargo +${{ matrix.rust_toolchain }} make --cwd ./tests test --locked --profile ${{ matrix.cargo_profile }} --features nightly

0 commit comments

Comments
 (0)