Skip to content

Commit

Permalink
restore test multipliers in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Oct 18, 2023
1 parent f0969a6 commit 4ed43a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
MAKE: "make -j --output-sync=target"
CC: "gcc"
TESTCFLAGS: "-Wall -O1"
FLINT_TEST_MULTIPLIER: "3" # increase to 10 after workshop ~ 30min
FLINT_TEST_MULTIPLIER: "10"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
MAKE: "make -j --output-sync=target"
CC: "gcc"
CFLAGS: "-Wall -Werror=implicit-function-declaration"
FLINT_TEST_MULTIPLIER: "1" # increase to 2 after workshop ~ 15min
FLINT_TEST_MULTIPLIER: "2"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
CFLAGS: "-Wall"
EXTRA_OPTIONS: "--disable-static --enable-shared"
CC: "gcc"
FLINT_TEST_MULTIPLIER: "1" # increase to 3 after workshop ~ 10min
FLINT_TEST_MULTIPLIER: "3"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
CFLAGS: "-Wall"
CC: "clang"
EXTRA_OPTIONS: "--disable-static --enable-shared"
FLINT_TEST_MULTIPLIER: "1" # increase to 5 after workshop
FLINT_TEST_MULTIPLIER: "5"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4ed43a1

Please sign in to comment.