Skip to content

change over to new API (cleanup still needed - this branch is still a… #490

change over to new API (cleanup still needed - this branch is still a…

change over to new API (cleanup still needed - this branch is still a… #490

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
build_and_test:
name: Test nanobot
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build and test
run: |
make deps
make target/release/nanobot
make test
- uses: actions/upload-artifact@v3
with:
name: nanobot
path: target/release/nanobot
if-no-files-found: error