Skip to content

Commit

Permalink
Update trips.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov committed Nov 10, 2021
1 parent 89a6a3f commit f829532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: go build -v
- name: Test
run: go test ./tripsgo
run: go test -v ./tripsgo
- name: create issue
if: failure()
run: |
Expand Down

0 comments on commit f829532

Please sign in to comment.