view .github/workflows/test.yml @ 43:a9b3e08f1ae5

Remove unused_import warning and run rustfmt
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 20:22:32 +0100
parents 530ed8152c95
children 93cb8dda383e
line wrap: on
line source

on: [push]

name: CI

jobs:
  build_and_test:
    name: Rust project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - uses: actions-rs/cargo@v1
        with:
          command: test
          args: --features full