Skip to content

Commit 87258e5

Browse files
Only run tests on linux
1 parent a411ea0 commit 87258e5

File tree

3 files changed

+71
-86
lines changed

3 files changed

+71
-86
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: cargo clippy
6161

6262
- name: Run tests
63+
if: matrix.os == 'ubuntu-latest'
6364
run: cargo test --no-default-features
6465

6566
- name: Build macOS Intel

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog for Ferium
22

33
## `v4.7.1`
4-
### 09.08.2024
4+
### 17.09.2024
55

66
- Implement change to libium, mainly removal of async functions
77
- Also remove unnecessary async from code here

0 commit comments

Comments
 (0)