Skip to content

Commit

Permalink
[1760]: Try moving sanction/simulation instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed May 23, 2024
1 parent 07b4f5e commit f45cae9
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 @@ -50,11 +50,11 @@ jobs:
# By forcing that one into 00, it should reduce the overall run-time of all these tests by about a minute.
run: |
grep -vF \
-e 'github.com/provenance-io/provenance/x/quarantine/client/testutil' \
-e 'github.com/provenance-io/provenance/x/sanction/simulation' \
pkgs.txt > pkgs.txt.tmp
split -d -n l/4 pkgs.txt.tmp pkgs.txt.part.
printf '%s\n' \
'github.com/provenance-io/provenance/x/quarantine/client/testutil' \
'github.com/provenance-io/provenance/x/sanction/simulation' \
>> pkgs.txt.part.00
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f45cae9

Please sign in to comment.