Skip to content

Commit

Permalink
FIX(CI): fix unit tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjzk committed May 22, 2024
1 parent 02c3137 commit 3736136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Unit Tests

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly-2024-05-15
override: true
- name: Check
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 3736136

Please sign in to comment.