Skip to content

Commit

Permalink
CI: add slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 18, 2024
0 parents commit 5c7dd2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/slow-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Slow Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
echo "Running slow tests"
sleep 60
echo "Slow tests complete"

0 comments on commit 5c7dd2e

Please sign in to comment.