GitHub Actions: Why don't we fail in case of error?

This commit is contained in:
David Teller 2021-12-20 14:38:28 +01:00
parent 5c000b2fee
commit dfc1a802a6

View File

@ -21,5 +21,8 @@ jobs:
run: RUST_LOG=debug mx-tester build up
- name: Setup dependencies
run: yarn install
test:
continue-on-error: false
steps:
- name: Run tests
run: RUST_LOG=debug mx-tester run