Skip to content

Commit 684aaa7

Browse files
committed
memory_encryption: enable memory_encryption flag in CI
1 parent 6558dd8 commit 684aaa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- uses: dtolnay/rust-toolchain@master
3535
with:
3636
toolchain: ${{ matrix.rust }}
37-
- run: cargo build --no-default-features --features instructions
37+
- run: cargo build --no-default-features --features instructions,memory_encryption
3838
- run: cargo build --no-default-features
39-
- run: cargo doc --no-default-features --features instructions
39+
- run: cargo doc --no-default-features --features instructions,memory_encryption
4040
- run: cargo doc --no-default-features
41-
- run: cargo test --no-default-features --features instructions
41+
- run: cargo test --no-default-features --features instructions,memory_encryption
4242
- run: cargo test --no-default-features
4343

4444
test:

0 commit comments

Comments
 (0)