Skip to content

Commit

Permalink
test: split integration tests to 3 parts(unmarked, upgrade, filter)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 19, 2024
1 parent 7882187 commit 658a4db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:

integration_tests:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
tests: [unmarked, upgrade, filter]
env:
TESTS_TO_RUN: ${{ matrix.tests }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
Expand Down

0 comments on commit 658a4db

Please sign in to comment.