Skip to content

Commit

Permalink
ci: fix split test files ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Mar 29, 2024
1 parent bce3217 commit e261a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4

- name: Create a file with all the pkgs 📜
run: go list ./... > pkgs.txt
run: go mod tidy && go list ./... > pkgs.txt

- name: Split pkgs into 4 files ✂️
run: split -d -n l/4 pkgs.txt pkgs.txt.part.
Expand Down

0 comments on commit e261a46

Please sign in to comment.