Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Dec 16, 2023
1 parent 91b5062 commit ae9a6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest, macos-latest]
build_type: [Release]

steps:
- name: checkout
uses: actions/checkout@v3
with:
submodules: 'true'


- uses: actions-rs/toolchain@v1
with:
Expand All @@ -31,4 +30,5 @@ jobs:
override: true

- run: cargo build

- run: cargo test

0 comments on commit ae9a6bd

Please sign in to comment.