Skip to content

update test setups to use script loaders (#11) #43

update test setups to use script loaders (#11)

update test setups to use script loaders (#11) #43

Workflow file for this run

name: Run tests
on:
- push
- workflow_dispatch
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: ./.github/actions/initialize
- name: Run sway tests
run: forc test
- name: Run rust tests
run: cargo test