mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-08 00:43:10 +00:00
chore: ci improvement of test
This commit is contained in:
parent
fab39b30ed
commit
da77885979
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
name: Codecov
|
||||
name: Code Coverage
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -10,7 +10,7 @@ name: CI
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
command: check
|
||||
|
||||
test:
|
||||
name: Test Suite
|
||||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
command: test
|
||||
|
||||
lints:
|
||||
name: Rust lints
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user