Skip to content

Commit 9f38d1e

Browse files
committed
tmp
1 parent f97b0da commit 9f38d1e

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ jobs:
2828

2929
- name: Build
3030
run: ls cmd/ | xargs -I'{}' sh -c "cd ./cmd/{} && go build -v ."
31-
31+
32+
- name: Build Test
33+
run: go test -C cmd/carapace-aws -tags integration -run TestServices -c .
34+
3235
- uses: actions/upload-artifact@v5
3336
with:
34-
name: carapace-aws
35-
path: cmd/carapace-aws/carapace-aws
37+
name: carapace-aws.text
38+
path: |
39+
cmd/carapace-aws/carapace-aws
40+
cmd/carapace-aws/carapace-aws.test
3641
retention-days: 1
3742

3843
- name: Test
@@ -82,10 +87,13 @@ jobs:
8287
path: /usr/local/bin/
8388

8489
- name: fix permissions
85-
run: chmod +x /usr/local/bin/carapace-aws
90+
run: chmod +x /usr/local/bin/carapace-aws*
8691

8792
- name: test aws
8893
run: aws help
8994

9095
- name: test carapace-aws
9196
run: carapace-aws --help
97+
98+
- name: test carapace-aws.test
99+
run: carapace-aws.test

0 commit comments

Comments
 (0)