We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95a2c2 commit 6f1dc4aCopy full SHA for 6f1dc4a
.github/workflows/build-lint-and-test.yml
@@ -11,8 +11,8 @@ env:
11
# Should include `INTEGRATION_TEST_BIN` from the `Makefile`
12
# TODO: Remove `build/libscylla-cpp-driver.*` after https://github.com/scylladb/cpp-rust-driver/issues/164 is fixed.
13
INTEGRATION_TEST_BIN: |
14
- 'build/cassandra-integration-tests'
15
- 'build/libscylla-cpp-driver.*'
+ build/cassandra-integration-tests
+ build/libscylla-cpp-driver.*
16
INTEGRATION_TEST_BIN_CACHE_KEY: integration-test-bin-${{ github.sha }}
17
# Goes to `Makefile` to let it pickup cached binary
18
DONT_REBUILD_INTEGRATION_BIN: true
@@ -45,6 +45,9 @@ jobs:
45
path: ${{ env.INTEGRATION_TEST_BIN }}
46
key: ${{ env.INTEGRATION_TEST_BIN_CACHE_KEY }}
47
48
+ - name: Check if cached was saved
49
+ run: exit 1
50
+
51
scylla-integration-tests:
52
name: Scylla ITs
53
runs-on: ubuntu-latest
0 commit comments