File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ jobs:
8787
8888 test_tier2 :
8989 name : Test tier2
90- needs : [test_tier1, style_check]
90+ # needs: [test_tier1, style_check]
9191 runs-on : ubuntu-24.04
9292 strategy :
9393 fail-fast : true
94- max-parallel : 12
94+ max-parallel : 24
9595 matrix :
9696 target :
9797 # FIXME(sparc): this takes much longer to run than any other job, put
Original file line number Diff line number Diff line change 8282
8383cmd=" cargo test --target $target ${LIBC_CI_ZBUILD_STD+" -Zbuild-std" } "
8484
85- # Run tests in the `libc` crate
8685case " $target " in
8786 # FIXME(android): unit tests fail to start on Android
88- # FIXME(s390x): unit tests fail to locate glibc
8987 * android* ) ;;
88+ # FIXME(s390x): unit tests fail to locate glibc
9089 * s390x* ) ;;
90+ # For everything else, run unit tests in the `libc` crate
9191 * ) $cmd
9292esac
9393
You can’t perform that action at this time.
0 commit comments