view .github/workflows/test.yml @ 42:530ed8152c95

GH Actions: Remove no-feature test run
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 19:23:52 +0100
parents 390b3b7095cc
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