nasu 0.1.0

Command-line utility which poll on remote addresses in order to perform status checks periodically
Documentation
name: tests

on:
  pull_request:
  push:
    branches:
      - main

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    name: Builds and runs tests
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2

    - name: Build
      run: cargo build --verbose

    - name: Test
      run: cargo test --verbose