Tools for managing Valkey deployments

rust? #3

open opened by nesv.ca targeting main from push-yytolxprwtrm
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:o443yqwekyukw67l6jn22qds/sh.tangled.repo.pull/3m6o6qa3cph22
+23
Interdiff #0 โ†’ #1
.gitignore

This file has not been changed.

Cargo.lock

This file has not been changed.

Cargo.toml

This file has not been changed.

src/main.rs

This file has not been changed.

+23
.tangled/workflows/rust.yaml
··· 1 + when: 2 + - event: ["pull_request"] 3 + branch: ["main"] 4 + - event: ["push", "manual"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + clone: 10 + skip: false 11 + depth: 1 12 + submodules: false 13 + 14 + dependencies: 15 + nixpkgs: 16 + - rustup 17 + - cargo 18 + 19 + steps: 20 + - name: "Setup Rust" 21 + command: "rustup update" 22 + - name: "test" 23 + command: "cargo test"

Submissions

sign up or login to add to the discussion
nesv.ca submitted #5
1 commit
expand
rust?
2/2 failed
expand
no conflicts, ready to merge
nesv.ca submitted #4
1 commit
expand
rust?
2/2 failed
expand
nesv.ca submitted #3
1 commit
expand
rust?
1/2 failed, 1/2 timeout
expand
nesv.ca submitted #2
1 commit
expand
rust?
1/2 failed, 1/2 success
expand
nesv.ca submitted #1
1 commit
expand
rust?
1/2 failed, 1/2 success
expand
nesv.ca submitted #0
1 commit
expand
rust?
1/1 success
expand