Skip to content

가상머신 (v2에는 안들어감) #12

가상머신 (v2에는 안들어감)

가상머신 (v2에는 안들어감) #12

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