Skip to content

Commit

Permalink
test with image platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudi Zimberknopf committed Feb 4, 2024
1 parent b0054b4 commit 742152f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Unit tests
run: |
docker run --rm falkordb/falkordb-tests make CLEAR_LOGS=0 unit-tests
docker run --platform ${{ matrix.platform }} --rm falkordb/falkordb-tests make CLEAR_LOGS=0 unit-tests
flow-tests:
needs: build
Expand All @@ -178,7 +178,7 @@ jobs:
- name: Flow tests
run: |
docker run --rm falkordb/falkordb-tests make CLEAR_LOGS=0 PARALLEL=4 flow-tests
docker run --platform ${{ matrix.platform }} --rm falkordb/falkordb-tests make CLEAR_LOGS=0 PARALLEL=4 flow-tests
tck-tests:
needs: build
Expand All @@ -203,7 +203,7 @@ jobs:
- name: TCK tests
run: |
docker run --rm falkordb/falkordb-tests make CLEAR_LOGS=0 tck-tests
docker run --platform ${{ matrix.platform }} --rm falkordb/falkordb-tests make CLEAR_LOGS=0 tck-tests
fuzz-tests:
needs: build
Expand All @@ -228,4 +228,4 @@ jobs:
- name: Fuzz tests
run: |
docker run --rm falkordb/falkordb-tests make fuzz TIMEOUT=180
docker run --platform ${{ matrix.platform }} --rm falkordb/falkordb-tests make fuzz TIMEOUT=180

0 comments on commit 742152f

Please sign in to comment.