Skip to content

Commit 7bb1d03

Browse files
authored
chore(ci): fix security-audit job (#4076)
1 parent 5dbcae7 commit 7bb1d03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cargo-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Generate lockfile
16-
run: cargo generate-lockfile --features full
16+
run: cargo generate-lockfile
1717
- uses: rustsec/audit-check@v2
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)