Skip to content

Commit

Permalink
chain sim - change slow-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 2, 2024
1 parent 65f8474 commit 77275f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Tests

on:
push:
branches:
- master
pull_request:

jobs:
test:
name: Slow
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Slow tests
run: make slow-tests

0 comments on commit 77275f1

Please sign in to comment.