Skip to content

Commit c019f3d

Browse files
Merge pull request #16 from SiaFoundation/autopilot
Architecture overhaul
2 parents 8254822 + dc66281 commit c019f3d

File tree

23 files changed

+2336
-1689
lines changed

23 files changed

+2336
-1689
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
shell: bash
3535
run: |
3636
go install go.sia.tech/jape/japecheck@latest
37-
$(go env GOPATH)/bin/japecheck ./api
37+
$(go env GOPATH)/bin/japecheck ./bus
38+
$(go env GOPATH)/bin/japecheck ./worker
3839
- name: Build
3940
run: go build -o bin/ ./cmd/renterd

api/api_test.go

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)