Feat(ktm-booking): Initial commit
Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
15
scripts/test.sh
Executable file
15
scripts/test.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#! /bin/bash
|
||||
|
||||
# source .env
|
||||
set -a
|
||||
source .env
|
||||
|
||||
# go to backend directory
|
||||
cd backend
|
||||
|
||||
# build binary
|
||||
go test -cover ./...
|
||||
|
||||
# go to base directory
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user