about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-03-31 15:13:38 +0200
committerflip1995 <hello@philkrones.com>2020-03-31 17:24:09 +0200
commitdeb1979b8e36dfc8c651638816ae061144fe58af (patch)
tree19be4f087d4280791d12365164c7b18bd3c7beef /.github/workflows
parent8b9d70d3490698dac74f67a9caad1c5ee825e716 (diff)
Make limit_stderr_length a subcommand
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clippy_dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy_dev.yml b/.github/workflows/clippy_dev.yml
index 9ca2e630cbb..ffb88cdb4d9 100644
--- a/.github/workflows/clippy_dev.yml
+++ b/.github/workflows/clippy_dev.yml
@@ -38,8 +38,8 @@ jobs:
       run: cargo build --features deny-warnings
       working-directory: clippy_dev
 
-    - name: Test limit-stderr-length
-      run: cargo dev --limit-stderr-length
+    - name: Test limit_stderr_length
+      run: cargo dev limit_stderr_length
 
     - name: Test update_lints
       run: cargo dev update_lints --check