Skip to content

Commit

Permalink
Added test action yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle-Konbu committed Jul 22, 2023
1 parent edbd563 commit b87ca32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pdf-generator_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Solver Test
on:
pull_request:
branches:
- master

jobs:
test:
name: Run Solver Tests
runs-on: ubuntu-latest
steps:
- name: Set nightly mode
run: rustup override set nightly

- name: Check out code
uses: actions/checkout@v2

- name: Run tests
run: cargo test --release --manifest-path pdf-generator/Cargo.toml

0 comments on commit b87ca32

Please sign in to comment.