Skip to content

Commit e832e32

Browse files
authored
Nightly fmt (#3255)
* fmt * a * a * ab
1 parent 619f6cb commit e832e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
MAIN_LLVM_VERSION: 20
217217
steps:
218218
- uses: actions/checkout@v4
219-
- uses: dtolnay/rust-toolchain@stable
219+
- uses: dtolnay/rust-toolchain@nightly
220220
with:
221221
components: rustfmt
222222
- uses: Swatinem/rust-cache@v2
@@ -498,8 +498,8 @@ jobs:
498498
fuzzer:
499499
# Full-system
500500
- ./fuzzers/full_system/qemu_baremetal
501-
- ./fuzzers/full_system/qemu_linux_kernel
502-
- ./fuzzers/full_system/qemu_linux_process
501+
# - ./fuzzers/full_system/qemu_linux_kernel
502+
# - ./fuzzers/full_system/qemu_linux_process
503503

504504
runs-on: [ self-hosted, qemu ]
505505
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest

0 commit comments

Comments
 (0)