Skip to content

ci: add test-vanilla-release & test-fork-release CI stages

Georgy Moshkin requested to merge gmoshkin/test-release-builds-in-ci into master

Summary

  • ci: add test-vanilla-release & test-fork-release CI stages + fix tests which were failing
  • add ability to do #[tarantool::test(should_panic = cfg!(debug_assertions))]

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Georgy Moshkin

Merge request reports