Skip to content

Fix crate metadata

Fix crate metadata #2

name: Commit Checks (test nodes)
on:
push:
branches:
- main
- 'issue[0-9]+'
paths:
- cmri/src/**
- cmri/Cargo.toml
- test_nodes/src/**
- test_nodes/Cargo.toml
- .github/workflows/commit_checks-test_nodes.yml
pull_request:
branches:
- main
- 'issue[0-9]+'
types:
- opened
- edited
- reopened
paths:
- cmri/src/**
- test_nodes/src/**
- .github/workflows/commit_checks-test_nodes.yml
env:
CARGO_TERM_COLOR: always
defaults:
run:
working-directory: ./test_nodes
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Build
run: cargo build --verbose