mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
9 lines
276 B
Go
9 lines
276 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package secret provides end-to-end tests for Nomad workloads with secret blocks.
|
|
//
|
|
// In order to run this test suite only, from the e2e directory you can trigger
|
|
// go test -v ./secret
|
|
package secret
|