You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`check.yaml`:
* All jobs now run on ubuntu-latest instead of ubuntu-22.04.
* Updated actions/checkout to v5, tarantool/setup-tarantool to v4,
and actions/setup-go to v5.
* Upgraded luacheck's Tarantool version to 3.4.
`reusable-run.yml`:
* Created a new reusable workflow to centralize testing logic, accepting
os, tarantool-version, go-version, coveralls, and fuzzing as inputs.
* Uses actions/checkout@v5 and actions/setup-go@v5.
`reusable_testing.yml`:
* Deleted, replaced by reusable-run.yml.
`testing.yml`:
* Split run-tests-ce into run-tests-on-ubuntu-22-04 (for Tarantool 1.10)
and run-tests-on-ubuntu-latest (for Tarantool 2.11, 3.4, and master).
* Both new jobs leverage the reusable-run.yml workflow.
* The testing_mac_os job remains.
* Updated actions/checkout to v5, actions/cache to v4, and actions/setup-go
to v5.
0 commit comments