Skip to content

Commit

Permalink
Enable staging tests in CI again (#1030)
Browse files Browse the repository at this point in the history
The staging infra performance should now be ok.

Fixes #995

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku authored May 22, 2024
1 parent 95cb995 commit edbd293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
unshare --map-root-user --net make test TEST_ARGS="--skip-online -vv --showlocals"
- name: test
run: make test TEST_ARGS="-vv --showlocals --skip-staging"
run: make test TEST_ARGS="-vv --showlocals"

- name: test (interactive)
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
run: make test-interactive TEST_ARGS="-vv --showlocals --skip-staging"
run: make test-interactive TEST_ARGS="-vv --showlocals"

- uses: ./.github/actions/upload-coverage
# only aggregate test coverage over linux-based tests to avoid any OS-specific filesystem information stored in
Expand Down

0 comments on commit edbd293

Please sign in to comment.