Skip to content

Merge pull request #82 from tock/cmdline-hex #181

Merge pull request #82 from tock/cmdline-hex

Merge pull request #82 from tock/cmdline-hex #181

Workflow file for this run

name: Cargo
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose