Skip to content

Commit

Permalink
Update build-and-test.yml (#1)
Browse files Browse the repository at this point in the history
* Update build-and-test.yml

* Update build-and-test.yml

* Update build-and-test.yml
  • Loading branch information
yonas authored Aug 23, 2024
1 parent 901a837 commit cb728fb
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
id: build
uses: vmactions/freebsd-vm@v1
with:
usesh: true

prepare: |
pkg install -y rust-nightly
run: |
pwd
ls -lah
whoami
env
freebsd-version
cargo build --release
cargo test --verbose

0 comments on commit cb728fb

Please sign in to comment.