diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-13 03:07:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 03:07:22 +0300 |
commit | 5332b952adf7e31a744bba297b5232a7000de58a (patch) | |
tree | 4779f859439df52d82e2effeaba0b075d83add54 /test/go | |
parent | 3e7c0308db4005644b21c0626ba6239271cf04cc (diff) |
add feature stubs for all
Diffstat (limited to 'test/go')
-rw-r--r-- | test/go/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/go/test.sh b/test/go/test.sh index a41e89a..87cc950 100644 --- a/test/go/test.sh +++ b/test/go/test.sh @@ -2,8 +2,8 @@ set -e -# Import test library -source featuresTest.library.sh root +# Optional: Import test library +source dev-container-features-test-lib check "version" go version |