Skip to content

Fix: Add missing frame effect and promo type variants (#48) #234

Fix: Add missing frame effect and promo type variants (#48)

Fix: Add missing frame effect and promo type variants (#48) #234

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: taiki-e/install-action@cargo-hack
- name: Build
run: cargo hack build --each-feature --verbose
- name: Run tests
run: cargo hack test --each-feature --verbose