mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update dependencies (#282)
This commit is contained in:
+13
-13
@@ -50,17 +50,17 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Test
|
||||
run: cargo test
|
||||
test_Macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Rust Cache
|
||||
id: rust_cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Test
|
||||
run: cargo test
|
||||
# test_Macos:
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - name: Install latest stable
|
||||
# uses: actions-rs/toolchain@v1
|
||||
# with:
|
||||
# toolchain: stable
|
||||
# - name: Rust Cache
|
||||
# id: rust_cache
|
||||
# uses: Swatinem/rust-cache@v2
|
||||
# - name: Test
|
||||
# run: cargo test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user