Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
Expand All @@ -26,7 +26,7 @@ jobs:
channel: [nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust ${{ matrix.channel }}
shell: bash
Expand All @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust nightly
run: rustup update --no-self-update nightly && rustup default nightly
Expand All @@ -69,7 +69,7 @@ jobs:
name: Build the Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Build the Docker image
run: docker build -t crater .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
Expand All @@ -21,7 +21,7 @@ jobs:
name: Linux testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly
Expand Down
2 changes: 1 addition & 1 deletion tests/minicrater/full/full.html.context.expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
}
],
"build compiler-error(E0015)": [
"build compiler-error(E0277)": [
{
"color_idx": 0,
"name": "error-code (local)",
Expand Down
2 changes: 1 addition & 1 deletion tests/minicrater/full/index.html.context.expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
}
],
"build compiler-error(E0015)": [
"build compiler-error(E0277)": [
{
"color_idx": 0,
"name": "error-code (local)",
Expand Down
2 changes: 1 addition & 1 deletion tests/minicrater/full/markdown.md.context.expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"log": "beta/local/error-code",
"res": "build-fail:compiler-error(E0015)"
"res": "build-fail:compiler-error(E0277)"
}
],
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"
Expand Down
2 changes: 1 addition & 1 deletion tests/minicrater/full/results.expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
{
"log": "beta/local/error-code",
"res": "build-fail:compiler-error(E0015)"
"res": "build-fail:compiler-error(E0277)"
}
],
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"
Expand Down