Skip to content

Expand ignored paths #2

Expand ignored paths

Expand ignored paths #2

Workflow file for this run

name: Test
on:
push:
branches: ["main", "library-rework"]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ${{matrix.os}}
defaults:
run:
shell: bash
strategy:
matrix:
include:
- build: linux
os: ubuntu-latest
rust: beta
target: x86_64-unknown-linux-musl
cross: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install
run: npm i
- name: Unit Test
run: npm run test
- name: Behavior Test
run: ./test_ci.sh