Run tests on stable

This commit is contained in:
Emil Fresk 2022-08-05 11:58:23 +02:00
parent 0321e9cfae
commit f1e9b7b2a7

View file

@ -225,7 +225,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: stable
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
override: true override: true
@ -253,7 +253,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: stable
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
override: true override: true