Skip to content

Commit

Permalink
Disable audit job on ci
Browse files Browse the repository at this point in the history
This isn't helpful right now and only blocks other work.

We can enable it later when things are more stable again.
  • Loading branch information
franziskuskiefer authored Feb 29, 2024
1 parent 49f4662 commit 1f5d3e8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
if: matrix.os != 'windows-latest'
run: BORINGSSL_ROOT=./boringssl ./bogo_shim/run.sh

audit:
needs: test
runs-on: ubuntu-latest
# audit:
# needs: test
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

- name: Audit dependencies
uses: EmbarkStudios/cargo-deny-action@v1
# TODO: Check licenses, too.
with:
command: check bans advisories sources
# - name: Audit dependencies
# uses: EmbarkStudios/cargo-deny-action@v1
# # TODO: Check licenses, too.
# with:
# command: check bans advisories sources

lint:
needs: test
Expand Down

0 comments on commit 1f5d3e8

Please sign in to comment.