Skip to content

Commit

Permalink
chore: run integration test in x64
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Dec 4, 2024
1 parent 56b704b commit df0e20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Ensure project builds before running testing matrix
build:
name: Build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, X64]
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand All @@ -41,7 +41,7 @@ jobs:
test:
name: Integration
needs: build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, X64]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit df0e20b

Please sign in to comment.