diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-07-17 10:19:29 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-07-17 10:22:32 +0200 |
| commit | d6d530fd0b92ccec4a22e69cdebe6c4c942c8166 (patch) | |
| tree | 6fd75fcf396b1f88a36558cc3534801083610893 /.github/workflows | |
| parent | fdb2e363d33e04aa306041e2c084e13c6ce489e1 (diff) | |
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index c582c28cd3c..410ff53a251 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -50,7 +50,7 @@ jobs: echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV - name: Build - run: cargo build --features deny-warnings,internal + run: cargo build --tests --features deny-warnings,internal - name: Test run: cargo test --features deny-warnings,internal diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index d5ab313ba0e..4eb11a3ac85 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -106,7 +106,7 @@ jobs: echo "$SYSROOT/bin" >> $GITHUB_PATH - name: Build - run: cargo build --features deny-warnings,internal + run: cargo build --tests --features deny-warnings,internal - name: Test if: runner.os == 'Linux' |
