Skip to content

Commit

Permalink
Further reduce test list
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Jan 27, 2024
1 parent 1016db6 commit 8c75b07
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,24 @@ jobs:
include:
# The full matrix of Dockerfiles would be extensive, so just
# cover each arch and OS at least once.
- arch: aarch64
distro: archarm_latest
- arch: aarch64
distro: fedora_latest
- arch: ppc64le
distro: alpine_latest
- arch: armv6
distro: bullseye
- arch: armv7
distro: bullseye
- arch: riscv64
distro: alpine_edge
- arch: riscv64
distro: ubuntu22.04
- arch: aarch64
distro: bullseye
- arch: s390x
distro: bullseye
- arch: armv7
distro: fedora_latest
- arch: riscv64
distro: alpine_edge
- arch: ppc64le
distro: alpine_latest
- arch: armv7
distro: ubuntu22.04
- arch: aarch64
distro: bullseye
- arch: riscv64
distro: ubuntu22.04
# Run tests that only need to be run on one matrix node
run_extra_tests: true

Expand Down

0 comments on commit 8c75b07

Please sign in to comment.