Skip to content

Commit c4c6d75

Browse files
authored
build: only test for highest yarn-deduplicate strategy (Uniswap#4154)
* build: only test for highest yarn-deduplicate strategy * remove exclusions
1 parent 0e3c957 commit c4c6d75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525
- uses: ./.github/actions/setup
26-
# Test that deps satisfy both "fewer" and "highest" strategies. This is to ensure we are
27-
# up-to-date ("highest") while avoiding increasing package size ("fewer").
28-
# These are readonly (--list) and explicitly exclude packages which only satisfy one strategy.
29-
- run: npx yarn-deduplicate --strategy=fewer --list --fail --exclude commander safe-buffer
30-
- run: npx yarn-deduplicate --strategy=highest --list --fail --exclude commander safe-buffer
26+
- run: npx yarn-deduplicate --strategy=highest --list --fail
3127

3228
unit-tests:
3329
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)