Skip to content

Commit a428aba

Browse files
authored
fix unleash check (#346)
1 parent e70ae70 commit a428aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Prepare
2525
run: make Cargo.toml
2626
- name: Cargo unleash check
27-
run: cargo unleash check --skip orml-authority orml-vesting #FIXME: https://github.com/paritytech/cargo-unleash/issues/6 or update substrate version
27+
run: cargo unleash check --skip orml-auction orml-authority orml-vesting #FIXME: https://github.com/paritytech/cargo-unleash/issues/6 or update substrate version
2828

0 commit comments

Comments
 (0)