Move tests and latest rust (#8)

* Move tests and latest rust
This commit is contained in:
obabec
2022-03-16 11:38:30 +01:00
committed by GitHub
parent 9058093065
commit b58e8318b6
13 changed files with 89 additions and 144 deletions

View File

@@ -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

View File

@@ -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