Skip to content

fix(rust-irgen): use .extended_property for querying extended prope… #601

fix(rust-irgen): use .extended_property for querying extended prope…

fix(rust-irgen): use .extended_property for querying extended prope… #601

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install stable
run: |
rustup update
- name: Build
run: cargo +stable build --verbose
- name: Run tests
run: cargo +stable test --verbose