Skip to content

Commit f1d22de

Browse files
temp gh action
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent d2300a9 commit f1d22de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/temp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# both postgres and mqtt tests are run in runtime_tests
2-
name: Run All Runtime Tests
2+
name: Run All integration Tests
33

44
on:
55
push:
@@ -13,11 +13,11 @@ on:
1313

1414
jobs:
1515
test:
16-
name: Run Runtime Tests - Attempt ${{ matrix.repeat }}
16+
name: Run integration Tests - Attempt ${{ matrix.repeat }}
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
repeat: [1, 2, 3, 4, 5] # Run the same job 5 times
20+
repeat: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] # Run the same job 5 times
2121

2222
services:
2323
postgres:
@@ -63,5 +63,5 @@ jobs:
6363
mv grain-linux-x64 grain
6464
echo "$PWD" >> $GITHUB_PATH
6565
66-
- name: Run Full Runtime Tests
67-
run: cargo test --release runtime_tests --no-default-features --features extern-dependencies-tests --no-fail-fast -- --nocapture
66+
- name: Run Full integration Tests
67+
run: make test-integration-full

0 commit comments

Comments
 (0)