Skip to content

Commit edbd293

Browse files
authored
Enable staging tests in CI again (#1030)
The staging infra performance should now be ok. Fixes #995 Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 95cb995 commit edbd293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
unshare --map-root-user --net make test TEST_ARGS="--skip-online -vv --showlocals"
5252
5353
- name: test
54-
run: make test TEST_ARGS="-vv --showlocals --skip-staging"
54+
run: make test TEST_ARGS="-vv --showlocals"
5555

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

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

0 commit comments

Comments
 (0)