Skip to content

Commit

Permalink
Fix Tests (#263)
Browse files Browse the repository at this point in the history
* Upgrade deps

* Move parse errors into new type

* Fix tests

* Update dependabot.yml

* Update CI
  • Loading branch information
adumbidiot authored Oct 17, 2023
1 parent 86e1563 commit ab63e2d
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deny
uses: EmbarkStudios/cargo-deny-action@v1.4.0
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Documentation
run: cargo doc --all --no-deps
Expand Down
Loading

0 comments on commit ab63e2d

Please sign in to comment.