Skip to content

Commit

Permalink
[1760]: Correctly put those tests in part 0 since I was trying to tak…
Browse files Browse the repository at this point in the history
…e the OUT of part 3. Ugh.
  • Loading branch information
SpicyLemon committed May 23, 2024
1 parent 78bd039 commit 7ff81ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Split pkgs into parts
# With a standard split, test-race (03) takes the longest of all these at around 6m35s.
# and test-race (00) is the shortest (of the race tests) at around 4m00s.
# The /x/quarantine/client/testutil test-race takes around a minute and ends up in part 3.
# The /x/quarantine/client/testutil test-race takes around a minute and ends up in part 03.
# By forcing that one into 00, it should reduce the overall run-time of all these tests by about a minute.
run: |
grep -vF \
Expand All @@ -55,7 +55,7 @@ jobs:
split -d -n l/4 pkgs.txt.tmp pkgs.txt.part.
printf '%s\n' \
'github.com/provenance-io/provenance/x/quarantine/client/testutil' \
>> pkgs.txt.part.03
>> pkgs.txt.part.00
- uses: actions/upload-artifact@v4
with:
name: "${{ steps.def-vars.outputs.file-prefix }}-pkgs.txt.part.00"
Expand Down

0 comments on commit 7ff81ef

Please sign in to comment.