blob: 2d75df4d3ec858528e2c0ec9cf063c6734929f42 [file] [log] [blame]
Euan Kempaabca2e2025-07-21 05:44:44 +00001#!/usr/bin/env bash
Josh Bleecher Snyderde5f7442025-05-15 18:32:32 +00002
3SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4CURRENT_DIR=$(pwd)
5
6cd "$SCRIPT_DIR"
7
8go test -update .
9
10cd "$CURRENT_DIR"