Skip to content

Commit 66c6840

Browse files
authored
Merge pull request #3 from amcelroy/0.5.1
Updated workflow / makefile
2 parents 4f51e34 + e24da45 commit 66c6840

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
65
pull_request:
7-
branches: [ "main" ]
6+
workflow_dispatch:
87

98
env:
109
CARGO_TERM_COLOR: always

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
test_osx:
2-
cargo test --target x86_64-apple-darwin
2+
cargo test --target aarch64-apple-darwin

0 commit comments

Comments
 (0)