mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
1.2.0
License
This commit is contained in:
parent
ae5c9ac098
commit
4063fa3c0f
7 changed files with 52 additions and 0 deletions
14
.github/workflows/nextest.yml
vendored
14
.github/workflows/nextest.yml
vendored
|
@ -29,3 +29,17 @@ jobs:
|
|||
bins: cargo-nextest
|
||||
- name: Run tests
|
||||
run: cargo nextest run -E "all() - test(get_api) - kind(bin)"
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# - uses: rui314/setup-mold@v1
|
||||
- name: install mold
|
||||
run: sudo apt-get install -y musl-tools musl-dev libssl-dev clang mold
|
||||
- uses: moonrepo/setup-rust@v1
|
||||
with:
|
||||
components: clippy
|
||||
- name: clippy
|
||||
run: cargo clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue