Files
rayhunter/.github/workflows/rust.yml
Cooper Quintin 4d2fa02b0a Update rust.yml
2024-01-29 16:46:20 -08:00

23 lines
322 B
YAML

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_pc --verbose
- name: Run tests
run: cargo test_pc --verbose