diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 647fa11c648..421467d0b9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - name: Setup dependencies run: diff --git a/tests/snapshots/panic-behaviour/expected-failure b/tests/snapshots/panic-behaviour/expected-failure index 1dafa93b97b..ba8be07f326 100644 --- a/tests/snapshots/panic-behaviour/expected-failure +++ b/tests/snapshots/panic-behaviour/expected-failure @@ -1,2 +1,3 @@ -thread 'main' panicked at 'something went very wrong', src/porcelain/main.rs:41:42 +thread 'main' panicked at src/porcelain/main.rs:41:42: +something went very wrong note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace \ No newline at end of file diff --git a/tests/snapshots/panic-behaviour/expected-failure-in-thread b/tests/snapshots/panic-behaviour/expected-failure-in-thread index b99a2650670..e2bfc02549f 100644 --- a/tests/snapshots/panic-behaviour/expected-failure-in-thread +++ b/tests/snapshots/panic-behaviour/expected-failure-in-thread @@ -1,3 +1,4 @@ -thread 'main' panicked at 'something went very wrong', src/porcelain/main.rs:41:42 +thread 'main' panicked at src/porcelain/main.rs:41:42: +something went very wrong note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace  \ No newline at end of file diff --git a/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress b/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress index c892c1ea47d..53f89983d4f 100644 --- a/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress +++ b/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress @@ -1,3 +1,4 @@ -[?1049h[?25lthread '' panicked at 'something went very wrong', src/porcelain/main.rs:41:42 +[?1049h[?25lthread '' panicked at src/porcelain/main.rs:41:42: +something went very wrong note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace [?25h[?1049l \ No newline at end of file