Skip to content

Commit

Permalink
only running FreeBSD tests when manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Feb 20, 2025
1 parent 631e9b4 commit ce48238
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Test on FreeBSD

on:
push:
branches:
- develop
pull_request:
- develop
# Running this involves installing a packages and setting up a VM so we don't trigger it
# on every push.
on: workflow_dispatch

env:
CARGO_TERM_COLOR: always
Expand All @@ -27,3 +24,4 @@ jobs:
pwd
freebsd-version
cargo test --verbose
rm -rf target

0 comments on commit ce48238

Please sign in to comment.