Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit c20c9eb

Browse files
author
Federico Guerinoni
committed
Remove redundancy tests
Signed-off-by: Federico Guerinoni <guerra@develer.com>
1 parent f7bd2c5 commit c20c9eb

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: run mqtt tests
15-
run: ./scripts/mqtt-tests.sh
16-
17-
- name: run auth tests
18-
run: go test -v ./auth
15+
run: ./scripts/mqtt-tests.sh

scripts/functional-tests.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/mqtt-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
trap 'kill "$(pidof mosquitto)"' EXIT
66

77
mosquitto > /dev/null &
8-
go test -race -v --tags=functional --run=TestDocker
9-
go test -race -v --run=TestApt
8+
go test -race -v --tags=functional --run="TestDocker"
109
go test -race -v --run="TestUninstall"
10+
go test -race -v --run=TestApt
1111
go test -v ./auth

0 commit comments

Comments
 (0)