Skip to content

Commit

Permalink
fix git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Aug 14, 2024
1 parent 1c0e4ab commit 176d87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run Injective Tests
working-directory: ./injective
- name: Run Poler tests
working-directory: ./poller
run: go test ./...

- name: Build Injective
working-directory: ./injective
- name: Build Poller binaries
working-directory: ./poller
run: go build ./...

0 comments on commit 176d87e

Please sign in to comment.