Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Download and Extract Fixtures
run: |
chmod +x ./scripts/download-and-extract-fixtures.sh
./scripts/download-and-extract-fixtures.sh
./scripts/download-and-extract-fixtures.sh v5.1.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks for v5.2.0 they didn't generate benchmark cases, maybe because there weren't changes.

I think this non-deterministic style might be a bit annoying. I'll ask them further, but for now putting here the latest one that contains the asset.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading
Loading