Skip to content

Commit

Permalink
Huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 30, 2023
1 parent 10310c0 commit 52a4ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
echo "not_a_key" > ias_keys/develop/spid.txt
echo "not_a_key" > ias_keys/develop/api_key.txt
LOG_LEVEL=ERROR go test -v -tags "test" ./x/compute/client/...
LOG_LEVEL=ERROR SKIP_LIGHT_CLIENT_VALIDATION=TRUE go test -tags sgx -p 1 -timeout 90m -v -tags "test" ./x/compute/internal/...
LOG_LEVEL=ERROR SKIP_LIGHT_CLIENT_VALIDATION=TRUE go test -p 1 -timeout 90m -v -tags "test sgx" ./x/compute/internal/...
Clippy:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 52a4ae0

Please sign in to comment.