Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtenorio committed Dec 10, 2024
1 parent 5c47413 commit ce5d304
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ on:
branches:
- dev

name: Tests
env:
CARGO_TERM_COLOR: always

jobs:
test:
name: glassyPDM Rust unit tests
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: run test with cli
working-directory: src-tauri
run: cargo test
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo test --verbose

0 comments on commit ce5d304

Please sign in to comment.