Skip to content

Commit 1ca3169

Browse files
authored
Merge pull request #1659 from mrm-develop/feature/smp_tls
ci(add_tls): added tls example to ci
2 parents 1f503cd + f1d2484 commit 1ca3169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ jobs:
240240
if: matrix.arch == 'x86_64'
241241
- run: UHYVE=$CARGO_HOME/bin/uhyve cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 uhyve --sudo
242242
if: matrix.arch == 'x86_64'
243+
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package thread_test --smp 4 qemu ${{ matrix.flags }}

0 commit comments

Comments
 (0)