Skip to content

Commit

Permalink
Updates needed to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Sep 19, 2023
1 parent a98d426 commit cfc49cd
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 72 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
os: ubuntu-latest
target: x86_64-unknown-linux-musl
extension: ''
# - build: macos
# os: macos-latest
# target: x86_64-apple-darwin
# extension: ''
- build: macos
os: macos-latest
target: x86_64-apple-darwin
extension: ''
- build: windows-msvc
os: windows-latest
target: x86_64-pc-windows-msvc
Expand All @@ -72,7 +72,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.70.0
- run: cargo test -- --nocapture

fmt:
Expand Down
Loading

0 comments on commit cfc49cd

Please sign in to comment.