Skip to content

Commit

Permalink
external tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Nov 13, 2024
1 parent fee1567 commit 0c420eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ jobs:
command: build
args: --all-targets --all-features --release

test:
tests:
uses: ./.github/workflows/_rust_tests.yml

external-tests:
uses: ./.github/workflows/_external_rust_tests.yml

move-tests:
uses: ./.github/workflows/_move_tests.yml

Expand Down

0 comments on commit 0c420eb

Please sign in to comment.