We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1990b72 + 2f7f139 commit 17a48c2Copy full SHA for 17a48c2
.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