diff options
-rw-r--r-- | .github/bors.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/bors.toml b/.github/bors.toml index 36914c2..921cf65 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -1,5 +1,7 @@ status = [ - "build-and-check-ubuntu-64bit" + "build-and-check-ubuntu-64bit", + "build-and-check-ubuntu-32bit", + "build-and-check-gcc-48" ] # Uncomment this to use a two hour timeout. # The default is one hour. |