Skip to content

Commit

Permalink
chore: bump gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Jun 21, 2024
1 parent cc38c29 commit 6bb0005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- develop
pull_request:
branches:
branches:
- main

env:
Expand All @@ -20,9 +20,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
# no tests for now :-(
# - name: Run tests
# run: cargo test --verbose

0 comments on commit 6bb0005

Please sign in to comment.