Skip to content

Commit

Permalink
run pruning test separately in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Sep 19, 2024
1 parent 2ce4bc8 commit cf2b584
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,18 @@ jobs:

- name: run sync tests
run: make test-integration SHORT=true TAGS=sync

pruning_tests:
name: Integration Tests Sync
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: set up go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}

- name: run sync tests
run: make test-integration SHORT=true TAGS=pruning
2 changes: 2 additions & 0 deletions nodebuilder/tests/prune_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build pruning || integration

package tests

import (
Expand Down

0 comments on commit cf2b584

Please sign in to comment.