Skip to content

Commit

Permalink
fix gh conf
Browse files Browse the repository at this point in the history
  • Loading branch information
divear committed Aug 18, 2024
1 parent a7a33e5 commit b28f0eb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Rust

on:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v4
- name: Build
run: cd src-tauri && cargo build --verbose
- name: Run tests
run: cd src-tauri && cargo test --verbose

0 comments on commit b28f0eb

Please sign in to comment.