Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/catch_flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ jobs:
- name: Install test requirements
run: pip3 install --user -r test-run/requirements.txt

- name: Setup tt
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version

- name: Setup luatest
run: tt rocks install luatest 1.4.1

- run: cmake .
- run: make test-flaky
env:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/fast_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,5 @@ jobs:
- name: Install test requirements
run: pip3 install --user -r test-run/requirements.txt

- name: Setup tt
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version

- name: Setup luatest
run: tt rocks install luatest 1.4.1

- run: cmake .
- run: make test-force
9 changes: 0 additions & 9 deletions .github/workflows/reusable_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,5 @@ jobs:
- name: 'Install test requirements'
run: pip3 install --user -r test-run/requirements.txt

- name: Setup tt
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version

- name: Setup luatest
run: tt rocks install luatest 1.4.1

- run: cmake .
- run: make test-force
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "test/test-run"]
path = test-run
url = https://github.com/tarantool/test-run.git
[submodule "luatest"]
path = luatest
url = https://github.com/tarantool/luatest.git
1 change: 1 addition & 0 deletions luatest
Submodule luatest added at 4d38d7
2 changes: 1 addition & 1 deletion test-run
Loading