Skip to content

Commit

Permalink
temporarily run conformance in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknola committed Feb 5, 2025
1 parent 0021adb commit 898c63c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ echo "Did test-run-hardened $?"
[ "$ARCH" != 'amd64' ] && \
early-exit "Skipping remaining tests, images not available for $ARCH."

go test -timeout=50m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -ginkgo.v
echo "Did go test conformance $?"

# ---

if [ "$DRONE_BUILD_EVENT" = 'tag' ]; then
Expand Down

0 comments on commit 898c63c

Please sign in to comment.