mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 14:26:46 +00:00
Test extensive coverage and improvement
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -49,6 +49,12 @@ jobs:
|
||||
go vet ./cmd/...
|
||||
echo "✓ Vet passed"
|
||||
|
||||
- name: Run go test
|
||||
run: |
|
||||
echo "Running go test..."
|
||||
go test ./cmd/...
|
||||
echo "✓ Go tests passed"
|
||||
|
||||
integration-tests:
|
||||
name: Integration Tests
|
||||
runs-on: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user