Skip to content

Commit

Permalink
Merge pull request #2 from AH-dark/feat/driver/etcd
Browse files Browse the repository at this point in the history
Feat: Etcd driver implemented
  • Loading branch information
AH-dark authored Jul 5, 2024
2 parents d49eef6 + 16d6d8b commit 20cbaba
Show file tree
Hide file tree
Showing 18 changed files with 1,030 additions and 1,366 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v4

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Build
run: cargo build --verbose --features full

- name: Run tests
run: cargo test --verbose --features full
1 change: 1 addition & 0 deletions .idea/distributed-scheduler.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20cbaba

Please sign in to comment.