Skip to content

Commit

Permalink
ci: Remove duplicate policy check
Browse files Browse the repository at this point in the history
We currently do this during the image build.
  • Loading branch information
emk committed May 17, 2022
1 parent 25d14f7 commit a75df84
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ jobs:
run: |
cargo fmt -- --check
cargo clippy -- -D warnings
- name: Check policy
run: |
version=0.11.0
basename=cargo-deny-$version-${{ matrix.host }}
curl -fLO https://github.com/EmbarkStudios/cargo-deny/releases/download/$version/$basename.tar.gz
tar xf $basename.tar.gz
mv $basename/cargo-deny /usr/local/bin/
rm -rf $basename $basename.tar.gz
cargo deny check
- name: Test
run: |
cargo test
Expand Down

0 comments on commit a75df84

Please sign in to comment.