mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 00:13:10 +00:00
fix: ci workflow (#125)
This commit is contained in:
parent
a02e631d53
commit
eb847fdb80
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
name: Codecov
|
name: Code Coverage
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@ -10,17 +10,18 @@ name: CI
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
toolchain: stable-x86_64-unknown-linux-gnu
|
toolchain: stable
|
||||||
#- os: windows-latest
|
#- os: windows-latest
|
||||||
# toolchain: stable-x86_64-pc-windows-gnu
|
# toolchain: stable-x86_64-pc-windows-gnu
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
toolchain: stable-x86_64-apple-darwin
|
toolchain: stable
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -39,17 +40,18 @@ jobs:
|
|||||||
command: check
|
command: check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
toolchain: stable-x86_64-unknown-linux-gnu
|
toolchain: stable
|
||||||
#- os: windows-latest
|
#- os: windows-latest
|
||||||
# toolchain: stable-x86_64-pc-windows-gnu
|
# toolchain: stable-x86_64-pc-windows-gnu
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
toolchain: stable-x86_64-apple-darwin
|
toolchain: stable
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -72,7 +74,7 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
|
|
||||||
lints:
|
lints:
|
||||||
name: Rust lints
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user