Skip to content

Query handling and abci tests for mint xmod #111

Query handling and abci tests for mint xmod

Query handling and abci tests for mint xmod #111

Workflow file for this run

name: Run tests
on:
# Run on any PR
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout # Clone git repository
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y llvm clang libclang-dev build-essential libhidapi-dev libudev-dev
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Execute tests
run: cargo test --features=it --no-fail-fast