[##] Run FrostFS tests in CI
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
fcb4c996b0
commit
7a42bb77d2
1 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
tests:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: oci-runner
|
||||
strategy:
|
||||
matrix:
|
||||
go_versions: [ '1.22', '1.23' ]
|
||||
|
@ -42,8 +42,7 @@ jobs:
|
|||
- name: Tests for the FrostFS backend
|
||||
env:
|
||||
RESTIC_TEST_FUSE: false
|
||||
TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED: true
|
||||
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: /var/run/docker.sock
|
||||
TESTCONTAINERS_RYUK_DISABLED: true
|
||||
|
||||
# run only tests for the FrostFS backend
|
||||
run: go test -v github.com/restic/restic/internal/backend/frostfs
|
||||
|
|
Loading…
Add table
Reference in a new issue