Skip to content

Merge pull request #11 from samirdjelal/fix/compression_setter #21

Merge pull request #11 from samirdjelal/fix/compression_setter

Merge pull request #11 from samirdjelal/fix/compression_setter #21

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