This commit is contained in:
rickwebiii
2022-04-14 16:46:05 -07:00
committed by GitHub
parent 7dd607ed12
commit 61c4932371

View File

@@ -22,7 +22,8 @@ jobs:
run: cat /proc/cpuinfo
- name: Format
run: cargo fmt --check
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build and run tests
run: cargo test --verbose --release
- name: Verify amm
run: cargo run --release --bin amm