From e24da45d507c4ccbc7a5e3da46fb0183513db4c9 Mon Sep 17 00:00:00 2001 From: Austin McElroy Date: Mon, 7 Oct 2024 14:46:57 -0500 Subject: [PATCH] Updated workflow / makefile --- .github/workflows/rust.yml | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 31000a2..68b1302 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,8 @@ name: Rust on: push: - branches: [ "main" ] pull_request: - branches: [ "main" ] + workflow_dispatch: env: CARGO_TERM_COLOR: always diff --git a/Makefile b/Makefile index f925919..0fb564b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ test_osx: - cargo test --target x86_64-apple-darwin \ No newline at end of file + cargo test --target aarch64-apple-darwin \ No newline at end of file