Skip to content

Remove redundancy #1169

Remove redundancy

Remove redundancy #1169

Workflow file for this run

name: macos-latest
on:
push:
branches: [ main, sd/* ]
paths: ['src/**', 'test/**', '!README.md' ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Bash tests
run: bash -xv ./test/test.bash