Skip to content

Commit

Permalink
add github actions (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
QpxDesign committed Mar 2, 2024
1 parent f7c30b4 commit dc2144d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
-name: Enable Debug
run: export RUST_BACKTRACE=1

- name: Build project
run: cargo build --verbose
run: cargo build -r --verbose

- name: Run Tests
run: cd tests && cargo run

0 comments on commit dc2144d

Please sign in to comment.