Skip to content

Releases: 255doesnotexist/lintestor

Nightly Release 2024-10-20

20 Oct 00:53
Compare
Choose a tag to compare
fix: alt approach of setting env_logger default level

This is to address std::env::set_var being unsafe since Rust edition 2024

Nightly Release 2024-10-19

19 Oct 00:47
Compare
Choose a tag to compare
release-2024-10-19

docs(usage): document parameter shorthands

Nightly Release 2024-10-18

18 Oct 00:47
Compare
Choose a tag to compare
release-2024-10-18

docs(usage): document parameter shorthands

Nightly Release 2024-10-17

17 Oct 00:48
Compare
Choose a tag to compare
release-2024-10-17

docs(usage): document parameter shorthands

Nightly Release 2024-10-16

16 Oct 00:48
Compare
Choose a tag to compare
release-2024-10-16

docs(usage): document parameter shorthands

Nightly Release 2024-10-15

15 Oct 00:48
63188e9
Compare
Choose a tag to compare
Merge pull request #30 from panglars/muilt-test

make --skip-successful can only select failed test scripts to run in a package

Nightly Release 2024-10-14

14 Oct 00:49
Compare
Choose a tag to compare
release-2024-10-14

ci(test): install lintestor from crates.io

Nightly Release 2024-10-13

13 Oct 00:51
Compare
Choose a tag to compare
release-2024-10-13

ci(test): install lintestor from crates.io

Nightly Release 2024-10-12

12 Oct 12:33
e0536ff
Compare
Choose a tag to compare
ci(release): use ubuntu-lastest

- to avoid docker in docker problems

Nightly Release 2024-10-11

11 Oct 03:11
Compare
Choose a tag to compare
ci(release): fix action Cross Compilation error no 29

- remove 'powerpc64' architecture
- it needs powerpc-linux-gnu-gcc, modify env may fix it later