Skip to content

Release v0.1.0 - Fender stratocaster #35

Release v0.1.0 - Fender stratocaster

Release v0.1.0 - Fender stratocaster #35

Workflow file for this run

name: Run tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
working-directory: ./gtars
- name: Run tests
run: cargo test --verbose
working-directory: ./gtars