File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ overflow-checks = true
24
24
25
25
[net ]
26
26
git-fetch-with-cli = true
27
- parallel = true
Original file line number Diff line number Diff line change 43
43
- name : Install dependencies
44
44
run : cargo fetch
45
45
46
- compile :
47
- needs : install-deps
48
- name : Compile ${{ matrix.package }}
49
- runs-on : ubuntu-latest
50
- strategy :
51
- fail-fast : false
52
- matrix :
53
- package :
54
- - fuel-streams
55
- - fuel-streams-core
56
- - fuel-streams-macros
57
- - fuel-streams-publisher
58
- steps :
59
- - uses : actions/checkout@v4
60
-
61
- - name : Install Rust
62
- uses : ./.github/actions/setup-rust
63
- with :
64
- toolchain : ${{ env.RUST_NIGHTLY_VERSION }}
65
-
66
- - name : Compile package
67
- run : cargo build --profile ci --package ${{ matrix.package }}
68
-
69
46
test :
70
- needs : compile
47
+ needs : install-deps
71
48
name : Test ${{ matrix.package }}
72
49
runs-on : ubuntu-latest
73
50
env :
104
81
make start/nats
105
82
106
83
- name : Run tests
107
- run : make test PROJECT= ${{ matrix.package }} CARGO_PROFILE=ci
84
+ run : make test PROFILE=ci TEST_PROJECT= ${{ matrix.package }}
108
85
109
86
- name : Stop Nats
110
87
if : always()
You can’t perform that action at this time.
0 commit comments