Skip to content

Commit d6c9d51

Browse files
authored
feat(schema): Update schema to 0.12.0 (#119)
* feat(schema): Update schema to 0.12.0 * Test with all features for faster build
1 parent 00417d8 commit d6c9d51

6 files changed

Lines changed: 201 additions & 110 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@ jobs:
4545
- name: Build
4646
run: cargo build --all-targets --all-features
4747

48+
- name: Install just
49+
uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37
50+
with:
51+
tool: just
52+
4853
- name: Run tests
49-
run: cargo test --all-features --workspace
54+
run: just test

0 commit comments

Comments
 (0)