Skip to content

Commit

Permalink
fix: fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Sep 27, 2023
1 parent 457b782 commit a2d4d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jwst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: fuzz-artifact
path: ./lib/jwst-codec/fuzz/artifacts/**/*
path: ./lib/jwst-codec-utils/fuzz/artifacts/**/*
6 changes: 0 additions & 6 deletions libs/jwst-codec-utils/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ test = false
doc = false

[patch.crates-io]
<<<<<<<< HEAD:libs/jwst-codec/fuzz/Cargo.toml

========

>>>>>>>> 07723fc (feat: move compatibility test to utils (#27)):y-octo-utils/fuzz/Cargo.tomllib0 = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }
yrs = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }
lib0 = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }
y-sync = { git = "https://github.com/toeverything/y-sync", rev = "5626851" }
yrs = { git = "https://github.com/toeverything/y-crdt", rev = "a700f09" }

0 comments on commit a2d4d4e

Please sign in to comment.