mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
Update rust.yml
This commit is contained in:
parent
b83f54cb2d
commit
779605e7e6
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user