Skip to content

Commit

Permalink
Run "slow" tests on push to main
Browse files Browse the repository at this point in the history
Make sure we catch problems as they appear, even when that is just after
merging into main: slow tests might eventually take too long to run for
them to be part of pull-request CI, so delay the execution until after
merging.
  • Loading branch information
tautschnig committed Mar 28, 2023
1 parent a758084 commit 0816952
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# We use block scalar notation to allow us to add ":" to the workflow name.
name: >-
Nightly: Slow tests
name: Slow tests
on:
schedule:
- cron: "30 5 * * *" # Run this every day at 05:30 UTC
workflow_dispatch: # Allow manual dispatching for a custom branch / tag.
push:
branches: [ main ]

env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 0816952

Please sign in to comment.