Skip to content

Commit

Permalink
ci: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Jan 26, 2024
1 parent c886da7 commit 016592b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
test_amd64:
name: Test (linux/amd64)
needs: build
if: false
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout machine emulator source code
Expand Down Expand Up @@ -335,7 +336,7 @@ jobs:
- name: Run test scripts
run: |
docker run --platform linux/arm64 --rm -t ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/run-lua-tests.sh
docker run --platform linux/arm64 -e "CARTESI_CONCURRENCY_UPDATE_MERKLE_TREE=1" --rm -t ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/run-lua-tests.sh
- name: Run grpc lua test scripts
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/run-lua-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x

# Copyright Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: LGPL-3.0-or-later
Expand Down

0 comments on commit 016592b

Please sign in to comment.