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 5353 shell : bash
5454 - name : Build ${{ matrix.lua }}
5555 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 }}
5757 shell : bash
5858
5959 test :
7878 target : ${{ matrix.target }}
7979 - name : Run ${{ matrix.lua }} tests
8080 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 }}
8282 shell : bash
8383
8484 rustfmt :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version = "0.1.0"
44authors = [" Aleksandr Orlenko <zxteam@protonmail.com>" ]
55
66[features ]
7- default = [" lua53" ]
87lua54 = []
98lua53 = []
109lua52 = []
You can’t perform that action at this time.
0 commit comments