[CI] Re-enable versions-test

It seems like with the deletion of Travis CI we didn't successfully transfer the
version compatibility test. Attempt to enable the version compatibility test.
This commit is contained in:
Nick Terrell
2022-12-16 12:04:21 -08:00
committed by Nick Terrell
parent ef566c8d68
commit 58508398f4
2 changed files with 48 additions and 73 deletions
+7 -12
View File
@@ -431,18 +431,13 @@ jobs:
cc -Wall -Wextra -Wpedantic -Werror -o simple examples/simple_compression.c $(pkg-config --cflags --libs libzstd)
./simple LICENSE
# This test currently fails on Github Actions specifically.
# Possible reason : TTY emulation.
# Note that the same test works fine locally and on travisCI.
# This will have to be fixed before transferring the test to GA.
# versions-compatibility:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Versions Compatibility Test
# run: |
# make -C tests versionsTest
versions-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Versions Compatibility Test
run: |
make -C tests versionsTest
# For reference : icc tests