Skip to content

Commit

Permalink
Merge pull request #1100 from plebhash/semver-check-bypass-feature-ro…
Browse files Browse the repository at this point in the history
…les-logic-sv2

bypass `cargo semver-checks --all-features` for roles_logic_sv2
  • Loading branch information
GitGab19 authored Aug 13, 2024
2 parents ee63dc5 + 3e891be commit d4c6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Run semver checks for protocols/v2/roles-logic-sv2
working-directory: protocols/v2/roles-logic-sv2
run: cargo semver-checks
run: cargo semver-checks --default-features

- name: Run semver checks for protocols/v1
working-directory: protocols/v1
Expand Down

0 comments on commit d4c6c0c

Please sign in to comment.