File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,23 @@ jobs:
116
116
echo "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
117
117
echo "CPATH=/usr/local/include:$CPATH" >> $GITHUB_ENV
118
118
119
+ - name : Test GNUStep
120
+ if : contains(matrix.platform.os, 'ubuntu')
121
+ uses : actions-rs/cargo@v1
122
+ with :
123
+ command : test
124
+ # Temporary fix
125
+ args : --verbose --no-fail-fast --no-default-features --package objc2_sys --package objc2 --package objc2_encode --package objc2_foundation
126
+
119
127
- name : Test
128
+ if : ${{ !contains(matrix.platform.os, 'ubuntu') }}
120
129
uses : actions-rs/cargo@v1
121
130
with :
122
131
command : test
123
132
args : --verbose --no-fail-fast --no-default-features
124
133
125
134
- name : Test with features
135
+ if : ${{ !contains(matrix.platform.os, 'ubuntu') }}
126
136
uses : actions-rs/cargo@v1
127
137
with :
128
138
command : test
You can’t perform that action at this time.
0 commit comments