We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo build --tests
1 parent 464edbe commit 2f7f139Copy full SHA for 2f7f139
.github/workflows/clippy.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
51
52
- name: Build
53
- run: cargo build --features deny-warnings,internal
+ run: cargo build --tests --features deny-warnings,internal
54
55
- name: Test
56
run: cargo test --features deny-warnings,internal
.github/workflows/clippy_bors.yml
@@ -106,7 +106,7 @@ jobs:
106
echo "$SYSROOT/bin" >> $GITHUB_PATH
107
108
109
110
111
112
if: runner.os == 'Linux'
0 commit comments