Skip to content

Commit

Permalink
Merge pull request #83 from magick93/unstable
Browse files Browse the repository at this point in the history
pr 56 review changes
  • Loading branch information
magick93 authored Dec 11, 2024
2 parents 5d99284 + 323915b commit 76780ae
Show file tree
Hide file tree
Showing 15 changed files with 1,449 additions and 432 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ jobs:
run: make lint
- name: Certify Cargo.lock freshness
run: git diff --exit-code Cargo.lock
- name: cargo update
run: cargo update
- name: Run cargo audit
run: make audit-CI
# Dependency conflicts are causing pain here. Once SLOG is removed from lighthouse this should
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ perf.data*

# VSCode
/.vscode

# cross
/zcross
Loading

0 comments on commit 76780ae

Please sign in to comment.