Skip to content

Merge pull request #30 from alephium/more-update #134

Merge pull request #30 from alephium/more-update

Merge pull request #30 from alephium/more-update #134

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Run tests
run: cd utils && cargo build --verbose && cargo test --verbose