Skip to content

Commit

Permalink
update ymal
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 19, 2023
1 parent 5e285d9 commit 5895c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
path: ./runtime.tar.gz

test:
continue-on-error: true
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-riscv64
Expand Down Expand Up @@ -69,6 +68,7 @@ jobs:
run: ./build.sh -mono -Debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
- name: Run tests
continue-on-error: true
run: bash -c ./run.sh Debug
working-directory: ./src/tests

0 comments on commit 5895c22

Please sign in to comment.