Skip to content

Commit 64af37f

Browse files
committed
CI: enable sandbox support for Linux tests and release builds
1 parent 0df2ba1 commit 64af37f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install xsltproc
4040
run: sudo apt install xsltproc
4141

42-
- run: cargo test --jobs 1 -- --show-output
42+
- run: cargo test --jobs 1 --features sandbox -- --show-output
4343
- run: cargo doc --no-deps --all-features
4444

4545
build-macos:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install protobuf compiler
2929
run: sudo apt-get install protobuf-compiler
3030

31-
- run: cargo build --release --target x86_64-unknown-linux-musl
31+
- run: cargo build --release --target x86_64-unknown-linux-musl --features sandbox
3232

3333
- name: Upload binaries to release
3434
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)