Merge branch 'trunk' of github.com:balt-dev/r6502 into trunk

This commit is contained in:
baltdev 2024-04-01 23:41:03 -05:00
commit e6500c908e

20
.github/workflows/rust.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Rust
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --release