Add test run to ci
This commit is contained in:
parent
0c3b27794e
commit
9adf8a1bac
@ -53,6 +53,13 @@ commands:
|
|||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
make
|
make
|
||||||
|
run_tests:
|
||||||
|
description: "Test"
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Test
|
||||||
|
command: |
|
||||||
|
make test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu_2004_otp21:
|
ubuntu_2004_otp21:
|
||||||
@ -62,6 +69,7 @@ jobs:
|
|||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "21.3.8.24"
|
OTP_VERSION: "21.3.8.24"
|
||||||
- run_build
|
- run_build
|
||||||
|
- run_tests
|
||||||
ubuntu_2004_otp22:
|
ubuntu_2004_otp22:
|
||||||
executor: ubuntu_2004
|
executor: ubuntu_2004
|
||||||
steps:
|
steps:
|
||||||
@ -69,6 +77,7 @@ jobs:
|
|||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "22.3.4.26"
|
OTP_VERSION: "22.3.4.26"
|
||||||
- run_build
|
- run_build
|
||||||
|
- run_tests
|
||||||
ubuntu_2004_otp23:
|
ubuntu_2004_otp23:
|
||||||
executor: ubuntu_2004
|
executor: ubuntu_2004
|
||||||
steps:
|
steps:
|
||||||
@ -76,6 +85,7 @@ jobs:
|
|||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "23.3.4.18"
|
OTP_VERSION: "23.3.4.18"
|
||||||
- run_build
|
- run_build
|
||||||
|
- run_tests
|
||||||
macos_1106_otp23:
|
macos_1106_otp23:
|
||||||
executor: macos_1106
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
@ -83,6 +93,7 @@ jobs:
|
|||||||
- setup_macos:
|
- setup_macos:
|
||||||
OTP_VERSION: "23"
|
OTP_VERSION: "23"
|
||||||
- run_build
|
- run_build
|
||||||
|
- run_tests
|
||||||
nix_alpine:
|
nix_alpine:
|
||||||
executor: nix_alpine_ci
|
executor: nix_alpine_ci
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user