Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Workflow for basic testing across multiple archs #2937

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify bash
  • Loading branch information
andrjohns committed Aug 29, 2023
commit 30c0392f81053fd7aa4cd32db2eadd9e7e9a38f7
1 change: 1 addition & 0 deletions .github/workflows/multiarch_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
StartOfBatch="$((${{ matrix.config.batch }} * $TestsPerBatch))"
# Compile and run in sub-batches of 5 to fail faster
echo "${PrimTests[@]:${StartOfBatch}:${TestsPerBatch}}" | xargs -n 5 python ./runTests.py -j2
shell: bash