Skip to content

프로젝트 설명 #5

프로젝트 설명

프로젝트 설명 #5

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
job:
build:
runs-on: ubuntu-latest
step:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose