-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
558c8e7
commit 5dbbf1a
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
name: Run tests | ||
on: | ||
push: | ||
on: push | ||
jobs: | ||
tests: | ||
name: Run unit and integration tests | ||
client-tests: | ||
name: Run client tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.17' | ||
- name: Check out the repo | ||
uses: actions/checkout@v2 | ||
- name: Set up ci | ||
run: make setup-ci | ||
- name: Test | ||
run: GOPATH=/home/runner/go make test | ||
- run: make build-dev | ||
- run: make test | ||
server-tests: | ||
name: Run server tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: cd server | ||
- run: make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters