Skip to content

Conversation

@sh4shv4t
Copy link

@sh4shv4t sh4shv4t commented Jan 14, 2026

What this PR does:
This PR updates the test job in the CI workflow to support ARM64 architecture, ensuring unit tests are run on both amd64 and arm64.

Changes:

  • Updated .github/workflows/test-build-deploy.yml
  • Added a matrix strategy to the test job to run on ubuntu-24.04 (amd64) and ubuntu-24.04-arm (arm64).

Which issue(s) this PR fixes:
Fixes #6897

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: sh4shv4t <shashvat.k.singh.16@gmail.com>
@friedrichg
Copy link
Member

@sh4shv4t looks good. Could you add test-no-race too? 🙏

test-no-race:
runs-on: ubuntu-24.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests with arm64 architecture

2 participants