File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments