Skip to content

Commit 638e62c

Browse files
committed
cpu test
1 parent 0e1cb72 commit 638e62c

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

.github/workflows/ci.yaml

+4-21
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,16 @@ name: Continuous Integration
22
on: [push, pull_request]
33

44
jobs:
5-
linux-tests:
6-
name: Linux Tests
7-
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
job_args: [servers, chain, core, keychain, pool, p2p, src, api, util, store]
11-
steps:
12-
- uses: actions/checkout@v3
13-
- name: Test ${{ matrix.job_args }}
14-
working-directory: ${{ matrix.job_args }}
15-
run: cargo test --release
16-
17-
macos-tests:
18-
name: macOS Tests
19-
runs-on: macos-latest
20-
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v3
23-
- name: Tests
24-
run: cargo test --release --all
25-
265
windows-tests:
276
name: Windows Tests
287
runs-on: windows-latest
298
env:
309
ROARING_ARCH: x86-64-v2
3110
steps:
11+
- name: get system info
12+
run: systeminfo
13+
- name: default rust target cpus
14+
run: rustc --print target-cpus
3215
- name: Checkout
3316
uses: actions/checkout@v3
3417
- name: Tests

0 commit comments

Comments
 (0)