Skip to content

Commit

Permalink
woops: full,ahash
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Oct 6, 2024
1 parent d3191ae commit 18cc9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pushd merde
EXAMPLES=($(cd examples && for i in *; do echo "${i%.rs}"; done))
for example in "${EXAMPLES[@]}"; do
cargo run --features full,json --example "$example"
cargo run --features full,ahash --example "$example"
done
popd
- name: Test zerodeps-example
Expand Down

0 comments on commit 18cc9ae

Please sign in to comment.