Skip to content

Merge pull request #32 from alephium/update-sdk-to-1.17.1 #137

Merge pull request #32 from alephium/update-sdk-to-1.17.1

Merge pull request #32 from alephium/update-sdk-to-1.17.1 #137

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