We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7df7f5 commit ed0bcf9Copy full SHA for ed0bcf9
.github/workflows/miri_dev_log.yml
@@ -32,13 +32,3 @@ jobs:
32
with:
33
name: crossfire_miri_tokio_multithread
34
path: /tmp/crossfire_miri.log
35
-
36
- - name: Run miri tests with log (tokio current thread)
37
- run: cd test-suite; NIGHTLY_VERSION=nightly-2025-12-01 SINGLE_THREAD_RUNTIME=1 scripts/miri.sh --features trace_log,tokio
38
39
- - name: collect log
40
- if: ${{ failure() }}
41
- uses: actions/upload-artifact@v4
42
- with:
43
- name: crossfire_miri
44
- path: /tmp/crossfire_miri.log
0 commit comments