Skip to content

Commit

Permalink
Merge branch 'main' into discord_invite
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingfish authored Dec 19, 2023
2 parents d4ed689 + dfcbd33 commit ef4e6e3
Show file tree
Hide file tree
Showing 112 changed files with 2,524 additions and 1,242 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
export CARGO_TARGET_DIR=$(pwd)/target
for target in protocol/admin protocol/memcache protocol/ping protocol/thrift storage/seg; do
for target in protocol/admin protocol/memcache protocol/ping protocol/thrift storage/segcache; do
cd src/$target
echo "::group::Building $target"
cargo fuzz build
Expand All @@ -50,7 +50,7 @@ jobs:
protocol/ping,
protocol/resp,
protocol/thrift,
storage/seg,
storage/segcache,
]
name: fuzz-${{ matrix.os }}-${{ matrix.target }}
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit ef4e6e3

Please sign in to comment.