Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Sep 5, 2024
1 parent 5371f7b commit 51df782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: save-integration-test-bin
with:
path: cassandra-integration-tests
key: integration-test-bin-${{ git_hash }}
key: integration-test-bin-${{ github.sha }}

- name: Cargo check
working-directory: ./scylla-rust-wrapper
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
id: restore-integration-test-bin
with:
path: cassandra-integration-tests
key: integration-test-bin-${{ git_hash }}
key: integration-test-bin-${{ github.sha }}

- name: Install valgrind
run: |
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
id: restore-integration-test-bin
with:
path: cassandra-integration-tests
key: integration-test-bin-${{ git_hash }}
key: integration-test-bin-${{ github.sha }}

- name: Install valgrind
run: |
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/cassandra.yml

This file was deleted.

0 comments on commit 51df782

Please sign in to comment.