Skip to content

テストの追加

テストの追加 #22

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: All test
run: |
bash -xv ./test.bash
bash -xv ./morse_test.bash