Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdmello committed May 23, 2024
1 parent 2d11a78 commit a02a7f8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.1

- name: rust-cache
uses: buildjet/cache@v3
with:
Expand All @@ -41,15 +46,6 @@ jobs:
toolchain: nightly-2024-02-22
override: true

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --release --features "ci"
env:
RUST_LOG: 1
RUST_BACKTRACE: 1

lints:
name: Formatting & Clippy
runs-on: buildjet-32vcpu-ubuntu-2204
Expand All @@ -58,6 +54,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.1

- name: rust-cache
uses: buildjet/cache@v3
Expand Down

0 comments on commit a02a7f8

Please sign in to comment.