File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 53
53
shell : bash
54
54
- name : Build ${{ matrix.lua }}
55
55
run : |
56
- cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }} --release --no-default-features -- features ${{ matrix.lua }}
56
+ cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }} --release --features ${{ matrix.lua }}
57
57
shell : bash
58
58
59
59
test :
78
78
target : ${{ matrix.target }}
79
79
- name : Run ${{ matrix.lua }} tests
80
80
run : |
81
- cargo test --manifest-path testcrate/Cargo.toml --release --no-default-features -- features ${{ matrix.lua }}
81
+ cargo test --manifest-path testcrate/Cargo.toml --release --features ${{ matrix.lua }}
82
82
shell : bash
83
83
84
84
rustfmt :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version = "0.1.0"
4
4
authors = [" Aleksandr Orlenko <zxteam@protonmail.com>" ]
5
5
6
6
[features ]
7
- default = [" lua53" ]
8
7
lua54 = []
9
8
lua53 = []
10
9
lua52 = []
You can’t perform that action at this time.
0 commit comments