Maybe this is a release workflow

This commit is contained in:
John Doty 2023-01-20 12:51:20 -08:00
parent 1dea6c5042
commit 65d26509d9
2 changed files with 107 additions and 0 deletions

View file

@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose