File tree Expand file tree Collapse file tree 3 files changed +24
-78
lines changed
Expand file tree Collapse file tree 3 files changed +24
-78
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : amd-efs
1+ name : amd-apcb
22
33on :
44 push :
1212 CARGO_TERM_COLOR : always
1313
1414jobs :
15+ test :
16+ runs-on : ubuntu-latest
17+ steps :
18+ - uses : actions/checkout@v3
19+ - name : Run tests
20+ run : cargo xtask tests --verbose --locked
21+
22+ build :
23+ runs-on : ubuntu-latest
24+ steps :
25+ - uses : actions/checkout@v3
26+ - name : Run build
27+ run : cargo xtask build --release --verbose --locked
28+
1529 format :
1630 runs-on : ubuntu-latest
1731 steps :
@@ -20,12 +34,12 @@ jobs:
2034 with :
2135 token : ${{ secrets.GITHUB_TOKEN }}
2236
23- # lint:
24- # runs-on: ubuntu-latest
25- # steps:
26- # - uses: actions/checkout@v3
27- # - run: rustup component add clippy
28- # - uses: actions-rs/clippy-check@v1
29- # with:
30- # token: ${{ secrets.GITHUB_TOKEN }}
31- # args: --all-features
37+ lint :
38+ runs-on : ubuntu-latest
39+ steps :
40+ - uses : actions/checkout@v3
41+ - run : rustup component add clippy
42+ - uses : actions-rs/clippy-check@v1
43+ with :
44+ token : ${{ secrets.GITHUB_TOKEN }}
45+ args : --all-features
You can’t perform that action at this time.
0 commit comments