Skip to content

Commit

Permalink
customise actions
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <[email protected]>
  • Loading branch information
Ulexus committed Aug 26, 2021
1 parent 65444d1 commit a0b3688
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 74 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
with:
args: ./...

- name: Build
run: go build -v ./...
- name: Build API
run: go build -v ./ ./stdbus ./rid

- name: Build Clients
run: go build -v ./client/native ./client/arimocks

- name: Build Extensions
run: go build -v ./ext/...

- name: Test
run: go test -v ./...
35 changes: 0 additions & 35 deletions .github/workflows/master.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/release.yaml

This file was deleted.

1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Stamkulov Sattar <[email protected]>
Vipul <[email protected]>
William Edward Lee <[email protected]>
mikehall76 <[email protected]>
mtryfoss <[email protected]>
realrainer <[email protected]>
seanchann <[email protected]>

0 comments on commit a0b3688

Please sign in to comment.