Skip to content

Commit

Permalink
ci: rm the build as it isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Dec 1, 2023
1 parent 86b5e47 commit d477720
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ jobs:
- name: Install Auditting Tools
run: cargo install cargo-audit

- name: Build all features
run: |
cargo build --all-features
cargo audit
- name: Audit project
run: cargo audit

docs-lint:
name: Lint
Expand Down

0 comments on commit d477720

Please sign in to comment.