🥇 export from upstream (3c11f90)
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
3.13
|
|
||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["crates/sandcage"]
|
members = ['crates/sandcage']
|
||||||
resolver = "3"
|
resolver = "3"
|
||||||
|
|||||||
@@ -1,11 +1,4 @@
|
|||||||
# Justfile for Sandcage
|
# Justfile for Sandcage
|
||||||
#
|
|
||||||
# Environment variables are loaded from `.env` automatically.
|
|
||||||
set shell := ["sh", "-cu"]
|
|
||||||
set windows-shell := ["sh", "-cu"]
|
|
||||||
set dotenv-load := true
|
|
||||||
|
|
||||||
export PYTHONIOENCODING := "utf-8"
|
|
||||||
|
|
||||||
# Default: list available recipes.
|
# Default: list available recipes.
|
||||||
default:
|
default:
|
||||||
@@ -19,33 +12,11 @@ check:
|
|||||||
build:
|
build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
# Run unit tests (fast, no Docker required).
|
# Run unit tests.
|
||||||
test:
|
test:
|
||||||
cargo test --workspace --exclude sandcage-test
|
cargo test --workspace
|
||||||
|
|
||||||
# Run drift-guard and CLI smoke tests (fast, no Docker).
|
|
||||||
test-drift:
|
|
||||||
cargo test -p sandcage-test -- --test-threads=1
|
|
||||||
|
|
||||||
# Run functional tests (requires Docker + pre-built images).
|
|
||||||
test-functional:
|
|
||||||
cargo test -p sandcage-test -- --ignored --test-threads=1
|
|
||||||
|
|
||||||
# Run all tests.
|
|
||||||
test-all: test test-drift test-functional
|
|
||||||
|
|
||||||
# Run Claude Code.
|
|
||||||
claude:
|
|
||||||
claude --allow-dangerously-skip-permissions
|
|
||||||
|
|
||||||
# Export to public repo (force-with-lease push to main).
|
|
||||||
export *FLAGS:
|
|
||||||
uv run python scripts/export.py push {{FLAGS}}
|
|
||||||
|
|
||||||
# Dry-run export (inspect without pushing).
|
|
||||||
export-dry:
|
|
||||||
uv run python scripts/export.py push --dry-run
|
|
||||||
|
|
||||||
|
# Install sandcage and build images.
|
||||||
install:
|
install:
|
||||||
cargo install --path crates/sandcage
|
cargo install --path crates/sandcage
|
||||||
sandcage build --force
|
sandcage build --force
|
||||||
|
|||||||
Reference in New Issue
Block a user