Sign in
edge
/
third_party
/
pelletier
/
go-toml
/
def543355845561d8512c53301fe712b80f32460
/
.
/
test.sh
blob: aa829eef84226227177e2b068f8e9e488416192f [
file
]
#!/bin/bash
# Run basic go unit tests
go test
-
v
./...
# Run example-based toml tests
cd test_program
&&
./
go
-
test
.
sh