We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e947b commit 08ba4e8Copy full SHA for 08ba4e8
1 file changed
.github/workflows/test.yaml
@@ -92,3 +92,7 @@ jobs:
92
93
- name: Run Cargo Test (Top-Level tests Folder via Cargo Make)
94
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