We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2ba1 commit 64af37fCopy full SHA for 64af37f
2 files changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install xsltproc
40
run: sudo apt install xsltproc
41
42
- - run: cargo test --jobs 1 -- --show-output
+ - run: cargo test --jobs 1 --features sandbox -- --show-output
43
- run: cargo doc --no-deps --all-features
44
45
build-macos:
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install protobuf compiler
29
run: sudo apt-get install protobuf-compiler
30
31
- - run: cargo build --release --target x86_64-unknown-linux-musl
+ - run: cargo build --release --target x86_64-unknown-linux-musl --features sandbox
32
33
- name: Upload binaries to release
34
uses: svenstaro/upload-release-action@v2
0 commit comments