feat: add e2e integration tests and canonical versioning

This commit is contained in:
Aarnav Tale
2025-11-16 18:31:09 -05:00
parent 63d1e84ebe
commit 08a251cc8c
16 changed files with 536 additions and 17 deletions
+4 -1
View File
@@ -45,9 +45,12 @@ jobs:
- name: CI pipeline
run: ./build.sh --skip-pnpm-prune
- name: Run tests
- name: Run unit tests
run: pnpm test
- name: Run integration tests
run: pnpm run test:integration
nix:
name: nix
runs-on: ubuntu-latest