9 Commits

Author SHA1 Message Date
João Marcos
e3ca56fb9b
Merge 0aca6ff26216755bee5a82b47e49f299c31d8415 into 739dfa9507d4c0d913e5b0203da0cecb4ce58bdc 2025-04-18 16:39:42 -07:00
João Marcos
739dfa9507 Bump version to 0.6.0 2025-04-18 17:56:57 -03:00
João Marcos
0aca6ff262 Always run CI checks with the default features
when matrix_all_combinations is false, previously we would run all CI
with the features disabled and then have 1 run for each with it
enabled

now, they are always enabled, and we add 1 run that disable 1 of them

when matrix_all_combinations is true this doesn't change the fact that
we'll test all combinations
2025-04-18 15:14:46 -03:00
João Marcos
db9340fd00 Bump version to 0.6.0 2025-04-18 14:36:32 -03:00
João Marcos
ab5dd00b86
Fix release CI (#797) 2025-04-18 03:20:31 -03:00
João Marcos
fdab666bf8
Enable all tests in CI (#787)
Some tests are behind the feature `allow_piped_choice`.

By adding that to the feature list we include these tests.
2025-04-16 17:48:04 -03:00
João Marcos P. Bezerra
97b4608693 chore: use new Cargo profile in CI for shorter compilation
new profile is called `fast` and it's not as fast as `release`, but
should be fast enough for CI and compiles faster
2024-11-20 05:23:20 -03:00
João Marcos P. Bezerra
92059c3de4 CI: tweak: compile artifacts in stable Rust 2024-11-17 21:20:56 -03:00
João Marcos P. Bezerra
269058089f CI: tweak: make workflows reusable 2024-11-17 20:45:49 -03:00