Skip to content

Commit

Permalink
github-ci: enable Tarantool 2.10 in integration testing
Browse files Browse the repository at this point in the history
Testing for Tarantool 2.10 has been disabled in commit "github-ci: skip running
tests for tarantool 2.10" (763c73d) due to
issue #96. This patch reverts these changes because #96 is fixed.

Follows up #96
  • Loading branch information
ligurio committed Feb 11, 2022
1 parent 487c4b0 commit 4d91fd8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/reusable_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
# dependencies when migrating to other OS version.
run: sudo dpkg -i tarantool_*.deb tarantool-common_*.deb tarantool-dev_*.deb

# TODO: Remove this when https://github.com/tarantool/memcached/issues/96
# is resolved.
- name: Get the tarantool version
run: |
TNT_VERSION=$(tarantool --version | grep -e '^Tarantool')
echo "TNT_VERSION=$TNT_VERSION" >> $GITHUB_ENV
- name: Setup python3 for tests
uses: actions/setup-python@v2
with:
Expand All @@ -51,7 +44,3 @@ jobs:

- run: cmake . && make
- run: make test-memcached
# TODO: Remove this when https://github.com/tarantool/memcached/issues/96
# is resolved.
if: ${{ startsWith(env.TNT_VERSION, 'Tarantool 1.10') ||
startsWith(env.TNT_VERSION, 'Tarantool 2.8') }}

0 comments on commit 4d91fd8

Please sign in to comment.