We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453e7b6 commit 958d167Copy full SHA for 958d167
.github/workflows/rust-cubestore-master.yml
@@ -45,9 +45,6 @@ jobs:
45
run: cargo fmt -- --check
46
- name: Run cargo check
47
run: cargo check --benches
48
- - name: Run cargo build
49
- run:
50
- cargo build --manifest-path rust/cubestore/Cargo.toml -j 4
51
- name: Run cargo test
52
env:
53
CUBESTORE_AWS_ACCESS_KEY_ID: ${{ secrets.CUBESTORE_AWS_ACCESS_KEY_ID }}
0 commit comments