Skip to content

Commit

Permalink
Merge branch "main" into html_output
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Oct 26, 2023
2 parents 0f7af27 + f505ffa commit 0e91560
Show file tree
Hide file tree
Showing 16 changed files with 1,738 additions and 1,501 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macOS-latest, ubuntu-20.04-xl, windows-2019]
os: [macOS-latest, ubuntu-latest, windows-2019]

env:
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -45,15 +45,15 @@ jobs:
- name: Lint
run: |
cargo clippy --all-targets --all-features --release --locked -- -D clippy::all
cargo clippy --all-targets --all-features --locked -- -D clippy::all
deno lint
- name: Build
run: deno task build && cargo build --locked --release --all-targets --all-features
run: deno task build && cargo build --locked --all-targets --all-features

- name: Test
run: |
cargo test --locked --release --all-targets --all-features
cargo test --locked --all-targets --all-features
deno test --allow-read --allow-net
- name: Publish
Expand Down
Loading

0 comments on commit 0e91560

Please sign in to comment.