Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cargo install just

- name: Build
run: cargo build --verbose
run: cargo build --features full

- name: Run Lint
run: |
Expand All @@ -57,4 +57,4 @@ jobs:

- name: Run tests
run: |
cargo test --verbose --features notebook,lifecycle
cargo test --features full
Loading