Skip to content

Commit

Permalink
v3 release (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha authored Nov 13, 2024
1 parent 4a95637 commit 47e62fd
Show file tree
Hide file tree
Showing 12 changed files with 314 additions and 147 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ jobs:

- run: cd ./benchmarks/compilation && ./run.sh

version-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/sync-version.sh
env:
# Use `cargo` pre-installed in the Github Managed runner image
RUSTUP_TOOLCHAIN: stable

- run: >-
git diff --exit-code --color=always || ( echo "Version is not
synchronized in other files. See diff above" && exit 1 )
cargo-lock:
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 47e62fd

Please sign in to comment.