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