🤖 Make Github Actions work #1

Merged
acw merged 4 commits from ci into develop 2023-04-07 10:37:43 -07:00
Showing only changes of commit 90133df005 - Show all commits

View File

@@ -26,8 +26,8 @@ jobs:
default: true default: true
override: true override: true
- name: Build - name: Build
run: cargo build --verbose run: cargo build
- name: Format Check - name: Format Check
run: cargo fmt --check run: cargo fmt --check
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test