Skip to content

Commit

Permalink
Run attestation command set integration tests separately (#9035)
Browse files Browse the repository at this point in the history
* rename and add integration build tag

Signed-off-by: Meredith Lancaster <[email protected]>

* run tests that include integration build tag in workflow

Signed-off-by: Meredith Lancaster <[email protected]>

---------

Signed-off-by: Meredith Lancaster <[email protected]>
  • Loading branch information
malancas committed May 2, 2024
1 parent 65cfc68 commit 6f35082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Download dependencies
run: go mod download

- name: Run tests
run: go test -race ./...
- name: Run unit and integration tests
run: go test -race -tags=integration ./...

- name: Build
run: go build -v ./cmd/gh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build integration

package verification

import (
Expand Down

0 comments on commit 6f35082

Please sign in to comment.