Skip to content

Commit 0120f64

Browse files
committed
Temporarily disable cargo audit
1 parent 0fc1dbc commit 0120f64

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
cd ~/project/app/rust
2929
cargo clippy --version
3030
cargo clippy --all-features --all-targets || true
31-
- run:
32-
name: audit
33-
command: |
34-
cd ~/project/app/rust
35-
cargo audit --version
36-
cargo audit
31+
# - run:
32+
# name: audit
33+
# command: |
34+
# cd ~/project/app/rust
35+
# cargo audit --version
36+
# cargo audit
3737
- run:
3838
name: run tests
3939
command: |

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
cd ./app/rust
4646
cargo clippy --version
4747
cargo clippy --all-features --all-targets || true
48-
- name: audit
49-
run: |
50-
cd ./app/rust
51-
cargo audit --version
52-
cargo audit
48+
# - name: audit
49+
# run: |
50+
# cd ./app/rust
51+
# cargo audit --version
52+
# cargo audit
5353
- name: run tests
5454
run: |
5555
cd ./app/rust

0 commit comments

Comments
 (0)