mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
CI
This commit is contained in:
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user