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.
2 parents 1f503cd + f1d2484 commit 1ca3169Copy full SHA for 1ca3169
.github/workflows/ci.yml
@@ -240,3 +240,4 @@ jobs:
240
if: matrix.arch == 'x86_64'
241
- run: UHYVE=$CARGO_HOME/bin/uhyve cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 uhyve --sudo
242
243
+ - run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package thread_test --smp 4 qemu ${{ matrix.flags }}
0 commit comments