mirror of
https://github.com/balt-dev/r6502.git
synced 2024-12-27 22:30:48 +00:00
Merge branch 'trunk' of github.com:balt-dev/r6502 into trunk
This commit is contained in:
commit
e6500c908e
20
.github/workflows/rust.yml
vendored
Normal file
20
.github/workflows/rust.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user