Skip to content

managed-install: Verify the pinned release through Zed's downloader #17

managed-install: Verify the pinned release through Zed's downloader

managed-install: Verify the pinned release through Zed's downloader #17

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
cargo-test:
name: cargo test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --locked
check-julia-bounds:
name: check julia bounds
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Check the julia bounds against the pinned release
env:
GH_TOKEN: ${{ github.token }}
run: ./scripts/check-julia-bounds.sh