Skip to content

feat: add assembly test files and refine UI logo scaling using font c… #7

feat: add assembly test files and refine UI logo scaling using font c…

feat: add assembly test files and refine UI logo scaling using font c… #7

Workflow file for this run

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@v4
- name: Install 64tass
run: sudo apt-get update && sudo apt-get install -y 64tass
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose