Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tarantool Test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
picodata
mod
Tarantool Test
Merge requests
!5
newer ci templates and msrv bump
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
newer ci templates and msrv bump
newer-ci-templates
into
master
Overview
0
Commits
5
Pipelines
9
Changes
5
Merged
newer ci templates and msrv bump
Fedor Telnov
requested to merge
newer-ci-templates
into
master
Apr 24, 2024
Overview
0
Commits
5
Pipelines
9
Changes
1
0
0
Merge request reports
Compare
version 3
version 8
2c2af8ff
Apr 24, 2024
version 7
ce8f6b17
Apr 24, 2024
version 6
d8e22f45
Apr 24, 2024
version 5
a231182d
Apr 24, 2024
version 4
7930cc45
Apr 24, 2024
version 3
8d366650
Apr 24, 2024
version 2
3c205b62
Apr 24, 2024
version 1
c82b63bb
Apr 24, 2024
master (base)
and
version 5
latest version
77416607
5 commits,
Apr 24, 2024
version 8
2c2af8ff
4 commits,
Apr 24, 2024
version 7
ce8f6b17
3 commits,
Apr 24, 2024
version 6
d8e22f45
2 commits,
Apr 24, 2024
version 5
a231182d
1 commit,
Apr 24, 2024
version 4
7930cc45
7 commits,
Apr 24, 2024
version 3
8d366650
6 commits,
Apr 24, 2024
version 2
3c205b62
5 commits,
Apr 24, 2024
version 1
c82b63bb
4 commits,
Apr 24, 2024
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Makefile
+
4
−
0
View file @ 77416607
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,6 +7,8 @@ else
endif
endif
local-env
:
build
:
cargo build
--bin
tarantool-test
--features
=
"bin"
@@ -21,6 +23,8 @@ run-example: build-example
int-test
:
build build-example
cargo
test
-p
tests
test
:
int-test
rust-lint
:
cargo clippy
--all-targets
--all-features
--
-D
warnings
Loading