Update Rust crate test-strategy to 0.4.0 #3430
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: check-opte-ver | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/check-opte-ver.yml' | |
- 'Cargo.toml' | |
- 'tools/opte_version' | |
jobs: | |
check-opte-ver: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461 | |
- name: Install jq | |
run: sudo apt-get install -y jq | |
- name: Install toml-cli | |
run: cargo install [email protected] | |
- name: Check OPTE version and rev match | |
run: ./tools/ci_check_opte_ver.sh |