File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ jobs:
60
60
with :
61
61
command : build
62
62
toolchain : ${{ matrix.toolchain }}
63
- args : --target ${{ matrix.target }} --workspace
63
+ args : --target ${{ matrix.target }} --workspace --all-features
64
64
- uses : actions-rs/cargo@v1
65
65
name : " Test"
66
66
if : matrix.target == 'x86_64-unknown-linux-gnu'
67
67
with :
68
68
command : test
69
69
toolchain : ${{ matrix.toolchain }}
70
- args : --target ${{ matrix.target }} --workspace
70
+ args : --target ${{ matrix.target }} --workspace --all-features
71
71
72
72
# If musl, compile and test all
73
73
- uses : actions-rs/cargo@v1
76
76
with :
77
77
command : build
78
78
toolchain : ${{ matrix.toolchain }}
79
- args : --target ${{ matrix.target }} --workspace
79
+ args : --target ${{ matrix.target }} --workspace --all-features
80
80
env :
81
81
CC : musl-gcc
82
82
CXX : g++
86
86
with :
87
87
command : test
88
88
toolchain : ${{ matrix.toolchain }}
89
- args : --target ${{ matrix.target }} --workspace
89
+ args : --target ${{ matrix.target }} --workspace --all-features
90
90
env :
91
91
CC : musl-gcc
92
92
CXX : g++
97
97
with :
98
98
command : build
99
99
toolchain : ${{ matrix.toolchain }}
100
- args : --target wasm32-unknown-unknown --package cloudevents-sdk
100
+ args : --target wasm32-unknown-unknown --features cloudevents-reqwest
101
101
102
102
# Build examples
103
103
- uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments