We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223021f commit 0bf8b48Copy full SHA for 0bf8b48
.github/workflows/e2e_tests.yaml
@@ -86,7 +86,7 @@ jobs:
86
echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
87
88
set -euo pipefail
89
- go test -timeout 60m -v ./test/e2e -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
+ go test -timeout 60m -v -run "^Test.*Gpu$" ./test/e2e -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
90
91
- name: Print CodeFlare operator logs
92
if: always() && steps.deploy.outcome == 'success'
0 commit comments