Update rust.yml

This commit is contained in:
Mark
2023-04-30 22:31:43 +02:00
committed by GitHub
parent b83f54cb2d
commit 779605e7e6

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check
run: sh -c "cd mers && cargo check --verbose"
- name: Tests
run: sh -c "cd mers && cargo test --verbose"