Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
just certs
just gen_curve
cargo clippy --features notebook,lifecycle -- -D warnings
cargo clippy --features full -- -D warnings

- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .vimspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"adapter": "CodeLLDB",
"configuration": {
"request": "launch",
"program": "./target/debug/guardian"
"program": "./target/debug/bridge"
}
}
}
Expand Down
Loading