Skip to content
Snippets Groups Projects
Commit 74f2a835 authored by ale's avatar ale
Browse files

Do not run integration tests by default

Only run them in the run_test CI job, but not in the Debian
package builds (integration tests are expensive).
parent 69c961f3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ run_tests:
script:
- apt-get -q update
- DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install default-jre-headless
- run-go-test ./...
- run-go-test --tags integration ./...
artifacts:
when: always
reports:
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
// +build integration
package integrationtest
import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment