mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
Merge pull request #31 from urbit/eamsden-configure-CI
Github-suggested Rust workflow
This commit is contained in:
commit
f4bbc255f0
28
.github/workflows/ares.yml
vendored
Normal file
28
.github/workflows/ares.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: Ares
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "status" ]
|
||||
pull_request:
|
||||
branches: [ "status" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: rust/ares
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Format
|
||||
run: cargo fmt --check
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
Loading…
Reference in New Issue
Block a user