We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6558dd8 commit 684aaa7Copy full SHA for 684aaa7
.github/workflows/build.yml
@@ -34,11 +34,11 @@ jobs:
34
- uses: dtolnay/rust-toolchain@master
35
with:
36
toolchain: ${{ matrix.rust }}
37
- - run: cargo build --no-default-features --features instructions
+ - run: cargo build --no-default-features --features instructions,memory_encryption
38
- run: cargo build --no-default-features
39
- - run: cargo doc --no-default-features --features instructions
+ - run: cargo doc --no-default-features --features instructions,memory_encryption
40
- run: cargo doc --no-default-features
41
- - run: cargo test --no-default-features --features instructions
+ - run: cargo test --no-default-features --features instructions,memory_encryption
42
- run: cargo test --no-default-features
43
44
test:
0 commit comments