mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-02 20:12:54 -05:00
Fixing integration tests
This commit is contained in:
3
.github/workflows/pr.yaml
vendored
3
.github/workflows/pr.yaml
vendored
@ -25,3 +25,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Test Integration
|
||||
run: INTEGRATION=TRUE go test -v ./...
|
Reference in New Issue
Block a user