diff options
-rw-r--r-- | .github/workflows/ci.yaml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c915b9d14..20663196d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -16,19 +16,19 @@ env: | |||
16 | RUSTUP_MAX_RETRIES: 10 | 16 | RUSTUP_MAX_RETRIES: 10 |
17 | 17 | ||
18 | jobs: | 18 | jobs: |
19 | rust-audit: | 19 | # rust-audit: |
20 | name: Audit Rust vulnerabilities | 20 | # name: Audit Rust vulnerabilities |
21 | runs-on: ubuntu-latest | 21 | # runs-on: ubuntu-latest |
22 | steps: | 22 | # steps: |
23 | - name: Checkout repository | 23 | # - name: Checkout repository |
24 | uses: actions/checkout@v2 | 24 | # uses: actions/checkout@v2 |
25 | 25 | ||
26 | - uses: actions-rs/[email protected] | 26 | # - uses: actions-rs/[email protected] |
27 | with: | 27 | # with: |
28 | crate: cargo-audit | 28 | # crate: cargo-audit |
29 | use-tool-cache: true | 29 | # use-tool-cache: true |
30 | 30 | ||
31 | - run: cargo audit | 31 | # - run: cargo audit |
32 | 32 | ||
33 | rust: | 33 | rust: |
34 | name: Rust | 34 | name: Rust |