Skip to content

Commit

Permalink
bypass cargo semver-checks --all-features for roles_logic_sv2
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Aug 13, 2024
1 parent ee63dc5 commit 3e891be
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 3e891be

Please sign in to comment.