Skip to content
Snippets Groups Projects
Unverified Commit 0bb71146 authored by aleok's avatar aleok Committed by GitHub
Browse files

Merge pull request #117 from mapeditor/gh-actions

Add Github Actions
parents 738da05f ec9d8e8b
No related branches found
No related tags found
No related merge requests found
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment