Skip to content

Commit

Permalink
ci(packages): add more buildorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
truboxl committed Jan 21, 2025
1 parent 0dc48aa commit 61abf80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,22 @@ jobs:
uses: actions/checkout@v4
- name: Randomise buildorder.py test
run: ./scripts/bin/test-buildorder-random
- name: Randomise buildorder.py test (aarch64)
env:
TERMUX_ARCH: aarch64
run: ./scripts/bin/test-buildorder-random
- name: Randomise buildorder.py test (arm)
env:
TERMUX_ARCH: arm
run: ./scripts/bin/test-buildorder-random
- name: Randomise buildorder.py test (i686)
env:
TERMUX_ARCH: i686
run: ./scripts/bin/test-buildorder-random
- name: Randomise buildorder.py test (x86_64)
env:
TERMUX_ARCH: x86_64
run: ./scripts/bin/test-buildorder-random

upload-test:
permissions:
Expand Down

0 comments on commit 61abf80

Please sign in to comment.