Skip to content

Commit

Permalink
Only run tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Sep 17, 2024
1 parent a411ea0 commit 87258e5
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 86 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: cargo clippy

- name: Run tests
if: matrix.os == 'ubuntu-latest'
run: cargo test --no-default-features

- name: Build macOS Intel
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog for Ferium

## `v4.7.1`
### 09.08.2024
### 17.09.2024

- Implement change to libium, mainly removal of async functions
- Also remove unnecessary async from code here
Expand Down
Loading

0 comments on commit 87258e5

Please sign in to comment.