Skip to content

Bump minimatch from 3.0.4 to 3.1.2 in /crates/iks-to-fks #59

Bump minimatch from 3.0.4 to 3.1.2 in /crates/iks-to-fks

Bump minimatch from 3.0.4 to 3.1.2 in /crates/iks-to-fks #59

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: chinedufn/blender-rustlang:latest
steps:
- uses: actions/checkout@v2
- name: Run all tests
run: |
xvfb-run cargo test --all
- name: Landon without CLI
run: cargo test -p landon --no-default-features