Skip to content

Commit

Permalink
feat: add scripts for testing go
Browse files Browse the repository at this point in the history
  • Loading branch information
markussiebert committed Apr 8, 2022
1 parent 5ddea99 commit 6a1212d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/lambda-test-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

BASEPATH=$(git rev-parse --show-toplevel)
cd "$BASEPATH/lambda"
UPDATE_SNAPS=true go test -v
5 changes: 5 additions & 0 deletions scripts/lambda-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

BASEPATH=$(git rev-parse --show-toplevel)
cd "$BASEPATH/lambda"
UPDATE_SNAPS=true go test -v

0 comments on commit 6a1212d

Please sign in to comment.