Skip to content

Commit

Permalink
Check that cargo test works with msextensions on
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Apr 10, 2024
1 parent 62e7536 commit 1483340
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/rust_test_msextensions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Rust Test"

# Trigger the workflow on push to master or pull request
"on":
push:
branches:
- master
pull_request:


jobs:
rust_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/[email protected]
with:
toolchain: stable

- name: Cargo test
run: cargo test --features msextensions


0 comments on commit 1483340

Please sign in to comment.