Skip to content

Unhide query method on ComInterface trait #477

Unhide query method on ComInterface trait

Unhide query method on ComInterface trait #477

Workflow file for this run

name: linux
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
cargo_windows:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Run cargo build
run: cargo build -p test_simple_component --target x86_64-unknown-linux-gnu