Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 576 Bytes

File metadata and controls

12 lines (10 loc) · 576 Bytes

Full verification: build, test, and lint the entire project.

  1. cargo build-fastly && cargo build-axum && cargo build-cloudflare
  2. cargo build --package trusted-server-adapter-fastly --release --target wasm32-wasip1
  3. cargo fmt --all -- --check
  4. cargo clippy-fastly && cargo clippy-axum && cargo clippy-cloudflare
  5. cargo test-fastly && cargo test-axum && cargo test-cloudflare
  6. cd crates/js/lib && npx vitest run
  7. cd crates/js/lib && npm run format
  8. cd docs && npm run format

Report results for each step. Stop and investigate if any step fails.