]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/metrics.yaml
Add `UnescapedName` and make `Name` hold escaped name
[rust.git] / .github / workflows / metrics.yaml
index 72050a5271e17e4f648701e38e43a8ef7719ff28..3fe2fc917a39a294c224c054821aea3a7cafd3d2 100644 (file)
@@ -7,24 +7,22 @@ on:
 env:
   CARGO_INCREMENTAL: 0
   CARGO_NET_RETRY: 10
-  RUSTFLAGS: "-D warnings " # -W unreachable-pub"
+  RUSTFLAGS: "-D warnings -W unreachable-pub"
   RUSTUP_MAX_RETRIES: 10
 
 jobs:
   metrics:
+    if: github.repository == 'rust-lang/rust-analyzer'
     runs-on: ubuntu-latest
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install Rust toolchain
-      uses: actions-rs/toolchain@v1
-      with:
-        toolchain: stable
-        profile: minimal
-        override: true
-        components: rust-src
+      run: |
+        rustup update --no-self-update stable
+        rustup component add rustfmt rust-src
 
     - name: Collect metrics
       run: cargo xtask metrics