Browse Source
Rename jobs to be more descriptive
verify-transactions
Thomas Eizinger
4 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
2 additions and
2 deletions
-
.github/workflows/ci.yml
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
- uses: Swatinem/rust-cache@v1.3.0 |
|
|
|
- run: cargo clippy --workspace --all-targets -- -D warnings |
|
|
|
|
|
|
|
yarn: |
|
|
|
build_frontend: |
|
|
|
defaults: |
|
|
|
run: |
|
|
|
working-directory: frontend |
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
- run: yarn run eslint |
|
|
|
- run: yarn build |
|
|
|
|
|
|
|
cargo: |
|
|
|
test_daemons: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ] |
|
|
|