Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid authored Aug 16, 2024
1 parent e1d3a01 commit 2a878d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: build
run: cd server; go build ./...
run: cd server; go build -o samehada-db-server main.go

# exec unit tests
test:
Expand All @@ -42,4 +42,4 @@ jobs:
- name: change virtual file use flag to false
run: sed -i "/EnableOnMemStorage/c const EnableOnMemStorage = false" lib/common/config.go
- name: test
run: cd lib; go test ./... -v -short
run: cd lib; go test ./... -v -short

0 comments on commit 2a878d1

Please sign in to comment.