We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6649fc commit b6efd39Copy full SHA for b6efd39
.github/workflows/build.yml
@@ -110,14 +110,14 @@ jobs:
110
shell: bash {0}
111
working-directory: example-kernels/runner
112
113
- - run: cargo xtest -Z doctest-xcompile
114
- working-directory: example-kernels/runner-doctest
115
- name: 'Run `cargo xtest -Z doctest-xcompile` for "runner-doctest" kernel'
116
-
117
- run: cargo xtest
118
working-directory: example-kernels/runner-test
119
name: 'Run `cargo xtest` for "runner-test" kernel'
120
+ - run: cargo xtest -Z doctest-xcompile
+ working-directory: example-kernels/runner-doctest
+ name: 'Run `cargo xtest -Z doctest-xcompile` for "runner-doctest" kernel'
+
121
check_formatting:
122
name: "Check Formatting"
123
runs-on: ubuntu-latest
0 commit comments