Skip to content

Merge pull request #13 from samirdjelal/release_v0.2.10 #23

Merge pull request #13 from samirdjelal/release_v0.2.10

Merge pull request #13 from samirdjelal/release_v0.2.10 #23

Workflow file for this run

name: test
on:
push:
branches:
- main
- dev
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
# - name: Build
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --verbose
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: -- --nocapture