7
.github/workflows/integration_tests.yaml
vendored
7
.github/workflows/integration_tests.yaml
vendored
@@ -10,7 +10,8 @@ jobs:
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- name: Install stable toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
@@ -22,5 +23,5 @@ jobs:
|
||||
sudo apt-get install mosquitto
|
||||
mosquitto -c .ci/mosquitto.conf -d
|
||||
|
||||
- name: Run integration tests
|
||||
run: RUST_LOG=trace cargo test integration --features "testing"
|
||||
- name: Run integration-tests tests
|
||||
run: RUST_LOG=trace cargo test integration
|
||||
5
.github/workflows/unit_tests.yaml
vendored
5
.github/workflows/unit_tests.yaml
vendored
@@ -9,9 +9,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- name: Install stable toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Run Unit tests
|
||||
run: RUST_LOG=trace cargo test unit --features "testing"
|
||||
run: RUST_LOG=trace cargo test unit
|
||||
Reference in New Issue
Block a user