Skip to content

Commit

Permalink
Publish v0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Aug 6, 2024
1 parent 27a8578 commit 58e12ce
Show file tree
Hide file tree
Showing 3 changed files with 1,256 additions and 296 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Build core features
run: cargo build --verbose
- name: Build lookbook
run: cd lookbook && cargo build --verbose
# - name: Build lookbook
# run: cd lookbook && cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit 58e12ce

Please sign in to comment.