Skip to content
Snippets Groups Projects
Unverified Commit 2e245fb4 authored by Benjamin Wingfield's avatar Benjamin Wingfield Committed by GitHub
Browse files

Create rust.yml

parent 3434ebba
No related branches found
No related tags found
No related merge requests found
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment