File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 46
46
run : |
47
47
rustup target add x86_64-unknown-linux-musl
48
48
cargo check -p minion -p minion-ffi -p minion-cli --target x86_64-unknown-linux-musl
49
+ - name : Check windows (gnu)
50
+ run : |
49
51
rustup target add x86_64-pc-windows-gnu
50
- cargo check -p minion -p minion-ffi -p minion-cli --target x86_64-unknown-windows-gnu
52
+ cargo check -p minion -p minion-ffi -p minion-cli --target x86_64-pc-windows-gnu
53
+ - name : Check windows (msvc)
54
+ run : |
55
+ rustup target add x86_64-pc-windows-msvc
56
+ cargo check -p minion -p minion-ffi -p minion-cli --target x86_64-pc-windows-msvc
51
57
tests :
52
58
strategy :
53
59
matrix :
67
73
override : true
68
74
- name : Compile tests
69
75
run : |
70
- rm -rf .cargo
76
+ rm -r -f .cargo
71
77
cd minion-tests
72
78
73
79
rustup target add ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments